comparison src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/NodePath.java @ 135:6e9a8d26e0cf

refactor
author one
date Fri, 24 Oct 2014 18:49:48 +0900
parents 5b7e45464bb8
children b998fdc99bc0
comparison
equal deleted inserted replaced
134:f46a6e0e4594 135:6e9a8d26e0cf
6 { 6 {
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 } 12 }