java.util.Iterator<K>
public class SafeFeedbackIterator<K>
extends java.lang.Object
implements java.util.Iterator<K>
Constructor | Description |
---|---|
SafeFeedbackIterator(java.util.Iterator<K> iter,
SafeCollectionHost collection) |
Modifier and Type | Method | Description |
---|---|---|
void |
finalize() |
|
boolean |
hasNext() |
|
K |
next() |
|
void |
remove() |
public SafeFeedbackIterator(java.util.Iterator<K> iter, SafeCollectionHost collection)
public void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public boolean hasNext()
hasNext
in interface java.util.Iterator<K>
public void remove()
remove
in interface java.util.Iterator<K>