Colt 1.0.1

Uses of Package
jal.BYTE

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

Classes in jal.BYTE used by jal.BYTE
BinaryOperator
          Interface that represents a function object: a function that takes two arguments and returns a value of the same type.
BinaryPredicate
          Interface that represents a function object: a predicate that returns true or false depending on some binary operation involving the arguments.
Generator
          Interface that represents a function object: a function that takes no arguments and returns a value.
Predicate
          Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Range
          A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
UnaryOperator
          Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
VoidFunction
          Interface that represents a function object: a function that takes a single argument and does not return a value.
 


Colt 1.0.1

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