Class ByteObjectHashMap.PrimitiveIterator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PrimitiveIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      byte key()
      Gets the key for this entry.
      ByteObjectMap.PrimitiveEntry<V> next()  
      void remove()  
      private void scanNext()  
      void setValue​(V value)
      Sets the value for this entry.
      V value()
      Gets the value for this entry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining