Packages

class EntryIterator extends Iterator[Entry[AnyRef, V]]

public iterator class so efficient methods are exposed to users

Linear Supertypes
Iterator[Entry[AnyRef, V]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntryIterator
  2. Iterator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def currentValue(): V

    returns the value associated with the last key returned

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def forEachRemaining(arg0: Consumer[_ >: Entry[AnyRef, V]]): Unit
    Definition Classes
    Iterator
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def hasNext(): Boolean
    Definition Classes
    EntryIterator → Iterator
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def next(): Entry[AnyRef, V]

    use nextCharArray() + currentValue() for better efficiency.

    use nextCharArray() + currentValue() for better efficiency.

    Definition Classes
    EntryIterator → Iterator
  17. def nextKey(): Array[Char]

    gets the next key...

    gets the next key... do not modify the returned char[]

  18. def nextKeyString(): String

    gets the next key as a newly created String object

  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def remove(): Unit
    Definition Classes
    EntryIterator → Iterator
  22. def setValue(value: V): V

    sets the value associated with the last key returned

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Iterator[Entry[AnyRef, V]]

Inherited from AnyRef

Inherited from Any

Ungrouped