Javolution 6.0.0 java
|
Public Member Functions | |
boolean | hasNext () |
E | next () |
void | remove () |
Private Attributes | |
boolean | ahead |
final Equality<? super E > | cmp = comparator() |
E | next |
final Iterator< E > | targetIterator = target().iterator() |
Peeking ahead iterator.
Definition at line 23 of file SubSortedSetImpl.java.
boolean javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.hasNext | ( | ) |
Definition at line 31 of file SubSortedSetImpl.java.
References javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.ahead, javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.cmp, javolution.util.function.Equality< T >.compare(), javolution.util.internal.set.sorted.SubSortedSetImpl< E >.from, javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.next, javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.targetIterator, and javolution.util.internal.set.sorted.SubSortedSetImpl< E >.to.
Referenced by javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.next().
E javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.next | ( | ) |
Definition at line 44 of file SubSortedSetImpl.java.
References javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.ahead, javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.hasNext(), and javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.next.
void javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.remove | ( | ) |
Definition at line 51 of file SubSortedSetImpl.java.
References javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.targetIterator.
|
private |
Definition at line 25 of file SubSortedSetImpl.java.
Referenced by javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.hasNext(), and javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.next().
|
private |
Definition at line 26 of file SubSortedSetImpl.java.
Referenced by javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.hasNext().
|
private |
Definition at line 27 of file SubSortedSetImpl.java.
Referenced by javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.hasNext(), and javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.next().
|
private |
Definition at line 28 of file SubSortedSetImpl.java.
Referenced by javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.hasNext(), and javolution.util.internal.set.sorted.SubSortedSetImpl< E >.IteratorImpl.remove().