Package spiffy.core.util

This package contains classes/interfaces relating to the java.util package.

See:
          Description

Class Summary
CollectionHelper Helper methods for collections
DateHelper Helper methods for creating and manipulating Dates, Calendars etc..
HashMapBuilder<K,V> Shortcut way to build hashmaps.
PushBackIterator<T> The PushBackIterator enables you to iterate and push back elements should you find that "you have come to far".
ThreeDHashMap<K1,K2,K3,V> A 3-dimensional hashmap is a HashMap that enables you to refer to values via three keys rather than one.
TwoDHashMap<K1,K2,V> A two-dimensional hashmap, is a HashMap that enables you to refer to values via two keys rather than one.
 

Package spiffy.core.util Description

This package contains classes/interfaces relating to the java.util package.