static final class SimpleOutputElement.AttrName extends java.lang.Object implements java.lang.Comparable<SimpleOutputElement.AttrName>
Modifier and Type | Field and Description |
---|---|
(package private) int |
mHashCode
Let's cache the hash code, since although hash calculation is
fast, hash code is needed a lot as this is always used as a
HashSet/TreeMap key.
|
(package private) java.lang.String |
mLocalName |
(package private) java.lang.String |
mNsURI |
Constructor and Description |
---|
AttrName(java.lang.String nsURI,
java.lang.String localName) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SimpleOutputElement.AttrName other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
final java.lang.String mNsURI
final java.lang.String mLocalName
final int mHashCode
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(SimpleOutputElement.AttrName other)
compareTo
in interface java.lang.Comparable<SimpleOutputElement.AttrName>