Home | History | Annotate | Download | only in collect

Lines Matching refs:BstRangeOps

39  * Tests for {@code BSTRangeOps}.
63 long count = BstRangeOps.totalInRange(
77 long count = BstRangeOps.totalInRange(
97 long count = BstRangeOps.totalInRange(countAggregate, GeneralRange.range(
118 assertEquals(MODEL.size(), BstRangeOps.totalInRange(
125 assertEquals(0, BstRangeOps.totalInRange(countAggregate, range, empty));
238 BstRangeOps.minusRange(range, balancePolicy, nodeFactory, d), expected);
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)))
332 assertNull(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, null));
349 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, d)))
353 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, RIGHT, pathFactory, d)))
357 ASSERT.that(pathToList(BstRangeOps.furthestPath(range3, RIGHT, pathFactory, d)))
361 assertNull(BstRangeOps.furthestPath(range4, RIGHT, pathFactory, d));
378 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, d)))
382 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, RIGHT, pathFactory, d)))
386 assertNull(BstRangeOps.furthestPath(range3, RIGHT, pathFactory, d));
389 ASSERT.that(pathToList(BstRangeOps.furthestPath(range4, RIGHT, pathFactory, d)))
395 defaultNullPointerTester().testAllPublicStaticMethods(BstRangeOps.class);