Package wicket.util.collections

Useful collections.

See:
          Description

Class Summary
ArrayListStack A faster, smaller stack implementation.
IntHashMap This is a int hashmap that has the exact same features and interface as a normal Map except that the key is directly an integer.
IntHashMap.Entry  
MicroMap An implementation of the java.util.Map interface which can only hold a single object.
MiniMap A fixed size map implementation.
MostRecentlyUsedMap Holds a map of most recently used items of a given maximum size.
 

Package wicket.util.collections Description

Useful collections.



Copyright © 2004-2007 Wicket developers. All Rights Reserved.