com.sleepycat.je.utilint
Class TinyHashSet.SingleElementIterator

java.lang.Object
  extended by com.sleepycat.je.utilint.TinyHashSet.SingleElementIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
TinyHashSet

public static class TinyHashSet.SingleElementIterator
extends java.lang.Object
implements java.util.Iterator


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

theObject

java.lang.Object theObject

theSet

TinyHashSet theSet

returnedTheObject

boolean returnedTheObject
Constructor Detail

TinyHashSet.SingleElementIterator

TinyHashSet.SingleElementIterator(java.lang.Object o,
                                  TinyHashSet theSet)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator


Copyright 2004,2008 Oracle. All rights reserved.