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