Colt 1.0.3

Uses of Class
jal.BYTE.Range

Packages that use Range
jal.BYTE Algorithms on byte arrays; A partial STL port by the C++ Standard Template Library authors. 
 

Uses of Range in jal.BYTE
 

Methods in jal.BYTE that return Range
static Range Sorting.equal_range(byte[] array, int first, int last, byte x)
          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.
static Range Sorting.equal_range(byte[] array, int first, int last, byte 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

Submit a bug or feature. Check the Colt home page for the latest news.