|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.LRUEntry
public class LRUEntry
An entry in LRUHashtable. This is exposed to enable low overhead statistics collection.
Field Summary | |
---|---|
java.lang.Object |
key
|
java.lang.Object |
value
|
Constructor Summary | |
---|---|
LRUEntry()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Object key
public java.lang.Object value
Constructor Detail |
---|
public LRUEntry()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |