E
- Generic Element Typepublic abstract class AbstractIterator<E> extends Object implements Iterator<E>
Iterator
interface. Override remove method
raising UnsupportedOperationException
like common behavior for there
iterators that not support remove operations over your elements collections.Constructor and Description |
---|
AbstractIterator() |
Modifier and Type | Method and Description |
---|---|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.