CharIterator
, MutableCharIterator
public class UnmodifiableCharIterator extends java.lang.Object implements MutableCharIterator
Constructor | Description |
---|---|
UnmodifiableCharIterator(CharIterator charIterator) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
char |
next() |
|
void |
remove() |
public UnmodifiableCharIterator(CharIterator charIterator)
public boolean hasNext()
hasNext
in interface CharIterator
public char next()
next
in interface CharIterator
public void remove()
remove
in interface MutableCharIterator
Copyright © 2004–2018. All rights reserved.