E - The type of the iterated values.public abstract class AbstractBaseIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
Iterators in this package. Classes that inherit from this class will always
throw an UnsupportedOperationException when remove() is called.| Constructor and Description |
|---|
AbstractBaseIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
remove() |
public final void remove()
remove in interface java.util.Iterator<E>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object