com.sun.xml.fastinfoset.util
Class StringIntMap.Entry

java.lang.Object
  extended by com.sun.xml.fastinfoset.util.StringIntMap.Entry
Enclosing class:
StringIntMap

protected static class StringIntMap.Entry
extends java.lang.Object


Constructor Summary
StringIntMap.Entry(java.lang.String key, int hash, int value, StringIntMap.Entry next)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringIntMap.Entry

public StringIntMap.Entry(java.lang.String key,
                          int hash,
                          int value,
                          StringIntMap.Entry next)