|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--serp.util.LRUMap
Map that keeps items in order from most to least recently used.
Performance is similar to that of a HashMap.
Operations on the map's entry and key sets do not affect ordering.
This implementation is not synchronized.
| Inner classes inherited from class java.util.Map |
Map.Entry |
| Constructor Summary | |
LRUMap()
Deprecated. |
|
LRUMap(int initialCapacity)
Deprecated. |
|
LRUMap(int initialCapacity,
float loadFactor)
Deprecated. |
|
| Method Summary | |
void |
clear()
Deprecated. |
Comparator |
comparator()
Deprecated. |
boolean |
containsKey(Object key)
Deprecated. |
boolean |
containsValue(Object value)
Deprecated. |
Set |
entrySet()
Deprecated. |
boolean |
equals(Object other)
Deprecated. |
Object |
firstKey()
Deprecated. |
Object |
get(Object key)
Deprecated. |
int |
hashCode()
Deprecated. |
SortedMap |
headMap(Object toKey)
Deprecated. Not supported. |
boolean |
isEmpty()
Deprecated. |
Set |
keySet()
Deprecated. |
Object |
lastKey()
Deprecated. |
Object |
put(Object key,
Object value)
Deprecated. |
void |
putAll(Map map)
Deprecated. |
Object |
remove(Object key)
Deprecated. |
int |
size()
Deprecated. |
SortedMap |
subMap(Object fromKey,
Object toKey)
Deprecated. Not supported. |
SortedMap |
tailMap(Object toKey)
Deprecated. Not supported. |
String |
toString()
Deprecated. |
Collection |
values()
Deprecated. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public LRUMap()
public LRUMap(int initialCapacity)
public LRUMap(int initialCapacity,
float loadFactor)
| Method Detail |
public Comparator comparator()
comparator in interface SortedMappublic Object firstKey()
firstKey in interface SortedMappublic Object lastKey()
lastKey in interface SortedMappublic SortedMap headMap(Object toKey)
headMap in interface SortedMappublic SortedMap tailMap(Object toKey)
tailMap in interface SortedMap
public SortedMap subMap(Object fromKey,
Object toKey)
subMap in interface SortedMappublic void clear()
clear in interface Mappublic boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Set entrySet()
entrySet in interface Mappublic boolean equals(Object other)
equals in interface Mapequals in class Objectpublic int hashCode()
hashCode in interface MaphashCode in class Objectpublic Object get(Object key)
get in interface Mappublic boolean isEmpty()
isEmpty in interface Mappublic Set keySet()
keySet in interface Map
public Object put(Object key,
Object value)
put in interface Mappublic void putAll(Map map)
putAll in interface Mappublic Object remove(Object key)
remove in interface Mappublic int size()
size in interface Mappublic Collection values()
values in interface Mappublic String toString()
toString in class Object
|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||