Package com.adobe.xfa.ut
Class Key
- java.lang.Object
-
- com.adobe.xfa.ut.Key
-
public final class Key extends Object
This class stores a multi-part key in such as way as to allow instances of the class to be included in HashMaps.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendValue(String aValue)booleanequals(Object o)inthashCode()intnumValues()Stringvalue(int index)
-