Class ByteIntHashMap.KeySetIterator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private KeySetIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      byte next()  
      void remove()  
      • Methods inherited from class java.lang.Object

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

      • count

        private int count
      • position

        private int position
      • lastKey

        private byte lastKey
      • handledZero

        private boolean handledZero
      • handledOne

        private boolean handledOne
      • canRemove

        private boolean canRemove
    • Constructor Detail

      • KeySetIterator

        private KeySetIterator()