Package org.apache.wicket.util.collections
Useful collections.
-
Class Summary Class Description ClassMetaCache<T> This class wraps a WeakHashMap that holds one ConcurrentHashMap per ClassLoader.IntHashMap<V> 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<V> MicroMap<K,V> Deprecated, for removal: This API element is subject to removal in a future version. Please useMap.of(Object, Object)
insteadMiniMap<K,V> A fixed size map implementation.MostRecentlyUsedMap<K,V> Holds a map of most recently used items of a given maximum size.MultiMap<K,V> A simple multimapReadOnlyIterator<T> Base class for read-only iterators.ReverseListIterator<E> An iterator overList
which goes from the end to the startUrlExternalFormComparator A comparator of URL instances.