|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.dsi.fastutil.chars.AbstractCharIterator
it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableIterator
public static class CharIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
| Constructor Summary | |
|---|---|
CharIterators.UnmodifiableIterator(CharIterator i)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.lang.Character |
next()
Delegates to the corresponding type-specific method. |
char |
nextChar()
Delegates to the corresponding generic method. |
| Methods inherited from class it.unimi.dsi.fastutil.chars.AbstractCharIterator |
|---|
remove, skip |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CharIterators.UnmodifiableIterator(CharIterator i)
| Method Detail |
|---|
public boolean hasNext()
public char nextChar()
AbstractCharIterator
nextChar in interface CharIteratornextChar in class AbstractCharIteratorIterator.next()public java.lang.Character next()
AbstractCharIterator
next in interface java.util.Iterator<java.lang.Character>next in class AbstractCharIterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||