ariba.ui.aribaweb.util
Class AWStringDictionary
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.util.AWStringDictionary
- All Implemented Interfaces:
- AWObject
public final class AWStringDictionary
- extends AWBaseObject
| 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 |
AWStringDictionary
public AWStringDictionary()
put
public void put(AWEncodedString newKey,
AWEncodedString newValue)
put
public void put(String newKey,
AWEncodedString newValue)
putIfIdenticalKeyAbsent
public void putIfIdenticalKeyAbsent(AWEncodedString newKey,
AWEncodedString newValue)
elementAt
public AWEncodedString elementAt(int index)
nameAt
public AWEncodedString nameAt(int index)
keyAt
public String keyAt(int index)
size
public int size()
elementsVector
public List elementsVector()
clear
public void clear()
toString
public String toString()
- Overrides:
toString in class Object
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.