|
Colt 1.0.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
jal.Object | Algorithms on Object arrays; A partial STL port by the C++ Standard Template Library authors. |
Uses of Range in jal.Object |
Methods in jal.Object that return Range | |
static Range |
Sorting.equal_range(Object[] array,
int first,
int last,
Object x,
BinaryPredicate comp)
Performs a binary search on an already-sorted range: Finds the largest subrange in the supplied range such that an element can be inserted at any point in that subrange without violating the existing ordering. |
|
Colt 1.0.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |