Package javax.baja.nre.util

Interface Summary
IFilter IFilter tests an object to determine if it meets some criteria.
ILambda ILambda is used for functions which take an Object and return an Object.
OrderedHashMap.Entry A map entry (key-value pair).
 

Class Summary
Array Array is a dynamic array similar to Vector or ArrayList except that it stores its elements in an array of a specific type.
Base64 Encode and decode binary data in Base 64.
ByteArrayUtil Byte array utilities.
ByteBuffer ByteBuffer is a dynamically growable byte array which has implicit support for the DataOuput and DataInput interfaces.
IntHashMap IntHashMap is an optimized hashtable for hashing objects by an integer keys.
LongHashMap LongHashMap is an optimized hashtable for hashing objects by a long key.
OrderedHashMap OrderedHashMap is a replacement for java.util.LinkedHashMap.
SortUtil Sorting utilities.
TextUtil Text utilities.