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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AWStringDictionary
public AWStringDictionary()
put
public void put(AWEncodedString newKey,
AWEncodedString newValue)
put
public void put(java.lang.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 java.lang.String keyAt(int index)
size
public int size()
elementsVector
public java.util.List elementsVector()
clear
public void clear()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.