Class ReferenceMap.EntryIterator

    • Field Detail

      • index

        int index
      • nextKey

        java.lang.Object nextKey
      • nextValue

        java.lang.Object nextValue
      • currentKey

        java.lang.Object currentKey
      • currentValue

        java.lang.Object currentValue
      • expectedModCount

        int expectedModCount
    • Constructor Detail

      • EntryIterator

        public EntryIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator
      • checkMod

        private void checkMod()
      • nextNull

        private boolean nextNull()
      • next

        public java.lang.Object next()
        Specified by:
        next in interface java.util.Iterator
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator