Package org.brains2b.collection

Class Summary
EntryImpl A Map.Entry written to rely on Strings instead of objects Used primarely for Reference tables, JCombobox and the like.
MapEntry A straightforward implementation of the Map.Entry interface outside the Map class
SortedMap Map implementation that can be sorted defined by a given sort order Possible sort orders are KEY VALUE NO_SORT Not sorted is the default implementation.