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

java.lang.Object
  extended bycom.sun.xml.fastinfoset.util.KeyIntMap.BaseEntry
      extended bycom.sun.xml.fastinfoset.util.StringIntMap.Entry
Enclosing class:
StringIntMap

protected static class StringIntMap.Entry
extends com.sun.xml.fastinfoset.util.KeyIntMap.BaseEntry


Constructor Summary
StringIntMap.Entry(java.lang.String key, int hash, int value, StringIntMap.Entry next)
           
 
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)