Package com.sun.msv.verifier.identity
Class KeyValue
- java.lang.Object
-
- com.sun.msv.verifier.identity.KeyValue
-
class KeyValue extends java.lang.Object
represents multi-field keys. this class implements equality test and hash code based on the equalities of each item.
-
-
Constructor Summary
Constructors Constructor Description KeyValue(java.lang.Object[] values, org.xml.sax.Locator loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-