Uses of Class
com.snowbound.common.utils.CapacityLimitedHashtable
-
Packages that use CapacityLimitedHashtable Package Description com.snowbound.common.utils Utility classes that may be used in the content handler. -
-
Uses of CapacityLimitedHashtable in com.snowbound.common.utils
Subclasses of CapacityLimitedHashtable in com.snowbound.common.utils Modifier and Type Class Description class
LRUByteLimitedHashtable<K,V>
Implementation ofCapacityLimitedHashtable
that attempts to keep its contents to a specific size in memory by ejecting least-recently-used items when reaching its maximum capacity.class
LRUHashtable<K,V>
Implementation ofCapacityLimitedHashtable
that only allows a specific number of entries before ejecting the least-recently-used items.
-