Packages

c

conexp.fx.core.collections

SimpleListIterator

abstract class SimpleListIterator[E] extends UnmodifiableListIterator[E]

Linear Supertypes
UnmodifiableListIterator[E], ListIterator[E], UnmodifiableIterator[E], Iterator[E], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleListIterator
  2. UnmodifiableListIterator
  3. ListIterator
  4. UnmodifiableIterator
  5. Iterator
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleListIterator(dontCreateFirst: Boolean)
  2. new SimpleListIterator(i: Int)
  3. new SimpleListIterator()

Abstract Value Members

  1. abstract def createNext(): E
    Attributes
    protected[collections]
  2. abstract def createPrevious(): E
    Attributes
    protected[collections]

Concrete 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def createFirst(i: Int): Unit
    Attributes
    protected[collections]
  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def forEachRemaining(arg0: Consumer[_ >: E]): Unit
    Definition Classes
    Iterator
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def hasNext(): Boolean
    Definition Classes
    SimpleListIterator → ListIterator → Iterator
  13. final def hasPrevious(): Boolean
    Definition Classes
    SimpleListIterator → ListIterator
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def next(): E
    Definition Classes
    SimpleListIterator → ListIterator → Iterator
  18. final def nextIndex(): Int
    Definition Classes
    SimpleListIterator → ListIterator
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def previous(): E
    Definition Classes
    SimpleListIterator → ListIterator
  22. final def previousIndex(): Int
    Definition Classes
    SimpleListIterator → ListIterator
  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( ... ) @native()

Deprecated Value Members

  1. final def add(arg0: E): Unit
    Definition Classes
    UnmodifiableListIterator → ListIterator
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. final def remove(): Unit
    Definition Classes
    UnmodifiableIterator → Iterator
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def set(arg0: E): Unit
    Definition Classes
    UnmodifiableListIterator → ListIterator
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from UnmodifiableListIterator[E]

Inherited from ListIterator[E]

Inherited from UnmodifiableIterator[E]

Inherited from Iterator[E]

Inherited from AnyRef

Inherited from Any

Ungrouped