Module org.jhotdraw8.collection
Class ReadOnlyListSpliterator<E>
java.lang.Object
org.jhotdraw8.collection.spliterator.AbstractListIteratorSpliterator<E>
org.jhotdraw8.collection.spliterator.ReadOnlyListSpliterator<E>
- Type Parameters:
E- the element type
- All Implemented Interfaces:
Iterator<E>,ListIterator<E>,Spliterator<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
Fields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jhotdraw8.collection.spliterator.AbstractListIteratorSpliterator
add, characteristics, forEachRemaining, remove, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Spliterator
getComparator, getExactSizeIfKnown, hasCharacteristics
-
Constructor Details
-
ReadOnlyListSpliterator
-
ReadOnlyListSpliterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious() -
previous
-
nextIndex
public int nextIndex() -
previousIndex
public int previousIndex() -
tryAdvance
-
trySplit
-
estimateSize
public long estimateSize()
-