Class KeyIntMap.BaseEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int _hash  
      (package private) int _value  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseEntry​(int hash, int value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _hash

        final int _hash
      • _value

        final int _value
    • Constructor Detail

      • BaseEntry

        public BaseEntry​(int hash,
                         int value)