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 classLRUByteLimitedHashtable<K,V>Implementation ofCapacityLimitedHashtablethat attempts to keep its contents to a specific size in memory by ejecting least-recently-used items when reaching its maximum capacity.classLRUHashtable<K,V>Implementation ofCapacityLimitedHashtablethat only allows a specific number of entries before ejecting the least-recently-used items.
-