Dashboard Builder Commons 6.0.0.Beta1

Uses of Interface
org.jboss.dashboard.database.cache.custom.map.BoundedMap

Packages that use BoundedMap
org.jboss.dashboard.database.cache.custom   
org.jboss.dashboard.database.cache.custom.map   
 

Uses of BoundedMap in org.jboss.dashboard.database.cache.custom
 

Classes in org.jboss.dashboard.database.cache.custom that implement BoundedMap
 class LRUCache.ListeningLRUMap
           
 

Uses of BoundedMap in org.jboss.dashboard.database.cache.custom.map
 

Classes in org.jboss.dashboard.database.cache.custom.map that implement BoundedMap
 class LRUMap
          A Map implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.
 class 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.