Dashboard Builder Commons 6.0.0.Beta1

Package org.jboss.dashboard.database.cache.custom.map

Interface Summary
BoundedMap Defines a map that is bounded in size.
 

Class Summary
AbstractHashedMap An abstract implementation of a hash-based map which provides numerous points for subclasses to override.
AbstractHashedMap.EntrySet EntrySet implementation.
AbstractHashedMap.EntrySetIterator EntrySet iterator.
AbstractHashedMap.HashEntry HashEntry used to store the data.
AbstractHashedMap.HashIterator Base Iterator
AbstractHashedMap.HashMapIterator MapIterator implementation.
AbstractHashedMap.KeySet KeySet implementation.
AbstractHashedMap.KeySetIterator KeySet iterator.
AbstractHashedMap.Values Values implementation.
AbstractHashedMap.ValuesIterator Values iterator.
AbstractLinkedMap An abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.
AbstractLinkedMap.EntrySetIterator EntrySet iterator.
AbstractLinkedMap.KeySetIterator KeySet iterator.
AbstractLinkedMap.LinkEntry LinkEntry that stores the data.
AbstractLinkedMap.LinkIterator Base Iterator that iterates in link order.
AbstractLinkedMap.LinkMapIterator MapIterator implementation.
AbstractLinkedMap.ValuesIterator Values iterator.
LRUMap A Map implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.
SynchronizedLRUMap Synchronizes ALL public methods, not only those defined by Map interface
 


Dashboard Builder Commons 6.0.0.Beta1

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.