Class Hash<V>

    • Constructor Detail

      • Hash

        public Hash()
      • Hash

        public Hash​(int size)
    • Method Detail

      • init

        protected abstract void init()
      • size

        public final int size()
      • checkResize

        protected final void checkResize()
      • resize

        protected final void resize​(int newCapacity)
      • bucketIndex

        protected static int bucketIndex​(int h,
                                         int length)
      • hashValue

        protected static int hashValue​(int h)
      • iterator

        public java.util.Iterator<V> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<V>