Packages

c

org.hamcrest.internal

ArrayIterator

class ArrayIterator extends Iterator[AnyRef]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayIterator
  2. Iterator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ArrayIterator(array: AnyRef)

Value Members

  1. def forEachRemaining(arg0: Consumer[_ >: AnyRef <: AnyRef]): Unit
    Definition Classes
    Iterator
  2. def hasNext(): Boolean
    Definition Classes
    ArrayIterator → Iterator
  3. def next(): AnyRef
    Definition Classes
    ArrayIterator → Iterator
  4. def remove(): Unit
    Definition Classes
    ArrayIterator → Iterator