CharIterator
, MutableCharIterator
public class UnmodifiableCharIterator extends Object implements MutableCharIterator
Constructor | Description |
---|---|
UnmodifiableCharIterator(CharIterator charIterator) |
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–2017. All rights reserved.