Package com.devnullsoftware.objlist

Interface Summary
IndexedData If this interface is used for a class, when that class is stored in an Objlist, the secondary indices specified by these methods will also be stored.
 

Class Summary
Objlist A growable List class that stores Objects and allows searches on both primary and/or secondary indices.
 

Exception Summary
IndexesNotSupportedException An exception thrown when a search is tried on an object stored in an Objlist that does not have any secondary indices.