Class CharArrayIntMap.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(char[] ch, int start, int length, int hash, int value, CharArrayIntMap.Entry next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equalsCharArray​(char[] ch, int start, int length)  
      • Methods inherited from class java.lang.Object

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

      • Entry

        public Entry​(char[] ch,
                     int start,
                     int length,
                     int hash,
                     int value,
                     CharArrayIntMap.Entry next)
    • Method Detail

      • equalsCharArray

        public final boolean equalsCharArray​(char[] ch,
                                             int start,
                                             int length)