public interface TextIterator extends Iterator<String>
boolean
hasNext()
String
next()
void
remove()
String next()
next
Iterator<String>
boolean hasNext()
hasNext
void remove()
remove
UnsupportedOperationException
Copyright © 2015. All Rights Reserved.