Home | History | Annotate | Download | only in collect

Lines Matching refs:RIGHT

18 import static com.google.common.collect.BstSide.RIGHT;
60 assertFalse(path.hasNext(RIGHT));
78 BstInOrderPath<SimpleNode> path = extension(factory, d, RIGHT, RIGHT);
109 assertFalse(path.hasNext(RIGHT));
126 BstInOrderPath<SimpleNode> path = extension(factory, d, RIGHT, RIGHT);
154 assertFalse(path.hasNext(RIGHT));
170 BstInOrderPath<SimpleNode> path = extension(factory, d, RIGHT);
181 assertTrue(path.hasNext(RIGHT));
182 path = path.next(RIGHT);