HomeSort by relevance Sort by last modified time
    Searched defs:furthestPath (Results 1 - 3 of 3) sorted by null

  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 126 public static <K, N extends BstNode<K, N>, P extends BstPath<N, P>> P furthestPath(
135 return furthestPath(range, side, pathFactory, path);
138 private static <K, N extends BstNode<K, N>, P extends BstPath<N, P>> P furthestPath(
145 return furthestPath(range, side, pathFactory, currentPath);
151 alphaPath = furthestPath(range, side, pathFactory, alphaPath);
  /external/guava/guava-tests/test/com/google/common/collect/
BstRangeOpsTest.java 255 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
258 assertNull(BstRangeOps.furthestPath(range1, LEFT, pathFactory, null));
275 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
279 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, LEFT, pathFactory, d)))
283 ASSERT.that(pathToList(BstRangeOps.furthestPath(range3, LEFT, pathFactory, d)))
287 assertNull(BstRangeOps.furthestPath(range4, LEFT, pathFactory, d));
304 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
308 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, LEFT, pathFactory, d)))
312 assertNull(BstRangeOps.furthestPath(range3, LEFT, pathFactory, d));
329 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, d))
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 21 milliseconds