Package | Description |
---|---|
com.snowbound.common.utils |
Utility classes that may be used in the content handler.
|
Modifier and Type | Class and Description |
---|---|
class |
LRUByteLimitedHashtable<K,V>
Implementation of
CapacityLimitedHashtable 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 of
CapacityLimitedHashtable that only allows a specific number of entries before ejecting the
least-recently-used items. |
Copyright © 2020 Snowbound Software Corporation. All rights reserved.