net.sf.joost.stx
Class SAXEvent.DoubleString

java.lang.Object
  extended by net.sf.joost.stx.SAXEvent.DoubleString
Enclosing class:
SAXEvent

private static final class SAXEvent.DoubleString
extends Object

This class acts as a wrapper for a pair of String objects. Such a pair is needed as a key for a hashtable.


Field Summary
private  int hashValue
           
private  String s1
           
private  String s2
           
 
Constructor Summary
SAXEvent.DoubleString(String s1, String s2)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s1

private String s1

s2

private String s2

hashValue

private int hashValue
Constructor Detail

SAXEvent.DoubleString

public SAXEvent.DoubleString(String s1,
                             String s2)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object