ariba.util.core
Class LRUEntry

java.lang.Object
  extended by ariba.util.core.LRUEntry

public class LRUEntry
extends Object

An entry in LRUHashtable. This is exposed to enable low overhead statistics collection.


Field Summary
 Object key
           
 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

key

public Object key

value

public Object value
Constructor Detail

LRUEntry

public LRUEntry()


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.