ariba.util.core
Class EqLRUHashtable
java.lang.Object
ariba.util.core.LRUHashtable
ariba.util.core.EqLRUHashtable
public class EqLRUHashtable
- extends LRUHashtable
This class extends LRUHashtable, but provides for pointer hashing and
equality instead of hashCode() and equals() equality.
|
Constructor Summary |
EqLRUHashtable(String name,
int initialEntries,
int targetEntries,
int purgeMargin,
double maxLoad,
LRURemoveListener removeListener)
Constructs an empty EqLRUHashtable. |
| Methods inherited from class ariba.util.core.LRUHashtable |
addKeysTo, addValuesTo, allKeys, allValues, clear, dump, dumpInOrder, dumpLRUStats, dumpSummary, entries, get, getHits, getLookups, getOldestKey, getTotalInUseEntries, peek, purgeOldestEntries, put, remove, removeOldest, sane |
EqLRUHashtable
public EqLRUHashtable(String name,
int initialEntries,
int targetEntries,
int purgeMargin,
double maxLoad,
LRURemoveListener removeListener)
- Constructs an empty EqLRUHashtable. The LRUHashtable will grow on
demand as more elements are added.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.