Package org.apache.wicket.util.collections

Useful collections.

See:
          Description

Class Summary
ArrayListStack A faster, smaller stack implementation.
IntHashMap This is an integer 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.
ReadOnlyIterator Base class for read-only iterators.
 

Package org.apache.wicket.util.collections Description

Useful collections.



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.