Package com.adobe.xfa.ut
Class Key
- java.lang.Object
-
- com.adobe.xfa.ut.Key
-
public final class Key extends java.lang.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 void
appendValue(java.lang.String aValue)
boolean
equals(java.lang.Object o)
int
hashCode()
int
numValues()
java.lang.String
value(int index)
-
-
-
Method Detail
-
numValues
public int numValues()
-
value
public java.lang.String value(int index)
-
appendValue
public void appendValue(java.lang.String aValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-