Class CharArrayMap.EntryIterator

    • Method Detail

      • nextKey

        public char[] nextKey()
        gets the next key... do not modify the returned char[]
      • nextKeyString

        public String nextKeyString()
        gets the next key as a newly created String object
      • currentValue

        public V currentValue()
        returns the value associated with the last key returned
      • setValue

        public V setValue​(V value)
        sets the value associated with the last key returned