com.sleepycat.je.utilint
Class TinyHashSet.SingleElementIterator
java.lang.Object
com.sleepycat.je.utilint.TinyHashSet.SingleElementIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- TinyHashSet
public static class TinyHashSet.SingleElementIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theObject
Object theObject
theSet
TinyHashSet theSet
returnedTheObject
boolean returnedTheObject
TinyHashSet.SingleElementIterator
TinyHashSet.SingleElementIterator(Object o,
TinyHashSet theSet)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.