com.openharbor.beck.write
Class XMLWriter.MapKey
java.lang.Object
com.openharbor.beck.write.XMLWriter.MapKey
- Enclosing class:
- XMLWriter
- public static class XMLWriter.MapKey
- extends java.lang.Object
A key for use with a Map in an XMLWriter's document state or element stack.
Higher-level software usually allocates one MapKey (as a static value)
for each type of information that needs to be stored in either Map.
equals and hashCode are inherited from Object, intentionally.
So a MapKey is equal to itself, but not to any other object
(not even another MapKey that contains the same description).
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
toString
public java.lang.String toString()