Class Int2ObjHashMap.KeyIterator

    • Constructor Detail

      • KeyIterator

        private KeyIterator()
    • Method Detail

      • nextNvc

        public final int nextNvc()
        Description copied from interface: IntListIterator
        version of next() which bypasses the validity check. Only use this if you've already done this check yourself.
        Specified by:
        nextNvc in interface IntListIterator
        Returns:
        the next int in the list and increment the iterator.
      • previousNvc

        public int previousNvc()
        Description copied from interface: IntListIterator
        version of previous that bypasses the validity check. Only use this if you've already done this check yourself.
        Specified by:
        previousNvc in interface IntListIterator
        Returns:
        the previous int (found by first moving the iterator one backwards).