Package iitb.con.util

Interface Summary
FreeSpaceList FreeSpaceList is the list which maintains the information about the free blocks in a file.
MultiKeyMap<K1,K2,V>  
 

Class Summary
ArrayFreeSpaceList ArrayFreeSpaceList is the list which maintains the information about the free blocks in a file.
BytesConverter ByteConverter converts primitive data type to bytes.
The byte order is consider as BIG_ENDIAN
FileDump Dumps the file contents in hex-decimal values
FileUtil File util to retrieve file meta information
Int2DBinarySearch Integer Binary search for 2D integer array.
Int2DHeapSort 2D int array heap sort.
IntArrayGrid IntArrayGrid is a unbound grid structure for integer values.
KeyList<K extends Comparable<K>,V> KeyList is a generic key-value pair list.
KeyList.Entry<K extends Comparable<K>,V> Generic class for key-value pair data
MultiKeyHashMap<K1,K2,V> MultiKeyHashMap provides to store values with two level hierarchy of keys, super key (K1) and sub key (K2).
PropertiesConfig Properties Configuration util
Result Result class holds the status of the method execution.
Serializer Serializer util to converts the wrapper class primitive object types to bytes and vice-versa.
Sorted2DIntArray Sorted 2D Integer Array consists of two columns (key-value) and the values are maintained in sorted order according to the key.
Unbound2DIntArray Unbound 2d integer array with two columns