public class IteratorCounter2Impl extends Object implements IteratorCounter2
| Constructor and Description |
|---|
IteratorCounter2Impl(List<CharSequence2> data) |
| Modifier and Type | Method and Description |
|---|---|
IteratorCounter2 |
cloneMe() |
int |
currentNum() |
boolean |
hasNext() |
CharSequence2 |
next() |
CharSequence2 |
peek() |
CharSequence2 |
peekPrevious() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IteratorCounter2Impl(List<CharSequence2> data)
public int currentNum()
currentNum in interface IteratorCounter2public boolean hasNext()
hasNext in interface Iterator<CharSequence2>public CharSequence2 next()
next in interface Iterator<CharSequence2>public CharSequence2 peek()
peek in interface IteratorCounter2public CharSequence2 peekPrevious()
peekPrevious in interface IteratorCounter2public void remove()
remove in interface Iterator<CharSequence2>public IteratorCounter2 cloneMe()
cloneMe in interface IteratorCounter2Copyright © 2016. All Rights Reserved.