|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.je.utilint.TinyHashSet.SingleElementIterator<T>
public static class TinyHashSet.SingleElementIterator<T>
| Field Summary | |
|---|---|
(package private) boolean |
returnedTheObject
|
(package private) T |
theObject
|
(package private) TinyHashSet<T> |
theSet
|
| Constructor Summary | |
|---|---|
TinyHashSet.SingleElementIterator(T o,
TinyHashSet<T> theSet)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
T theObject
TinyHashSet<T> theSet
boolean returnedTheObject
| Constructor Detail |
|---|
TinyHashSet.SingleElementIterator(T o,
TinyHashSet<T> theSet)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public T next()
next in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||