Package baobab.util

Interface Summary
Coder<T> The Coder interface represents a coder of an object as a bidimensional array of bytes
Joinable<T> The Joinable interface represents an object which could be joined to another object or splitted from another object
 

Class Summary
BitList  
Bytes Static methods for managing byte arrays (all methods follow Big Endian order where most significant bits are in front).
ByteSetUtil  
CompressibleSortedSet<T> The CompressibleSortedSet class represents a sorted set of codable objects.
FreezableCompressibleSortedSet<T> The FreezableCompressibleSortedSet class represents a compressible set of codable elements The intern organization of this set allows partial and global freezing of its data.
Util