org.apache.wicket.util.collections |
wicket.util.collections package
Useful collections.
|
Java Source File Name | Type | Comment |
ArrayListStack.java | Class | A faster, smaller stack implementation. |
IntHashMap.java | Class | 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. |
MicroMap.java | Class | An implementation of the java.util.Map interface which can only hold a single
object. |
MicroMapTest.java | Class | |
MiniMap.java | Class | A fixed size map implementation. |
MiniMapTest.java | Class | |
MostRecentlyUsedMap.java | Class | Holds a map of most recently used items of a given maximum size. |
ReadOnlyIterator.java | Class | Base class for read-only iterators. |