comparison src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/NodePath.java @ 172:809f813d1083

minner change
author one
date Tue, 10 Feb 2015 11:28:39 +0900
parents b998fdc99bc0
children
comparison
equal deleted inserted replaced
171:624a7e6a3f75 172:809f813d1083
7 public NodePath add(int pos); 7 public NodePath add(int pos);
8 public Pair<Integer,NodePath> pop(); 8 public Pair<Integer,NodePath> pop();
9 public NodePath tail(); 9 public NodePath tail();
10 public int size(); 10 public int size();
11 public Pair<Integer,NodePath> last(); 11 public Pair<Integer,NodePath> last();
12 public boolean compare(NodePath path);
13 } 12 }