ariba.ui.aribaweb.util
Class AWSizeLimitedHashtable
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.util.AWSizeLimitedHashtable
- All Implemented Interfaces:
- AWObject, Cloneable
public final class AWSizeLimitedHashtable
- extends AWBaseObject
- implements Cloneable
| Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
AWSizeLimitedHashtable
public AWSizeLimitedHashtable(int desiredSize)
put
public Object put(Object key,
Object value)
putIfAbsent
public void putIfAbsent(Object key,
Object value)
get
public Object get(Object key)
getKey
public Object getKey(Object key)
- Allows for looking up a key to see if it exists and to get its value
size
public int size()
clone
public Object clone()
- Overrides:
clone in class Object
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.