Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » util » [javadoc | source]
org.hibernate.util
public final class: EmptyIterator [javadoc | source]
java.lang.Object
   org.hibernate.util.EmptyIterator

All Implemented Interfaces:
    Iterator

Field Summary
public static final  Iterator INSTANCE     
Method from org.hibernate.util.EmptyIterator Summary:
hasNext,   next,   remove
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.util.EmptyIterator Detail:
 public boolean hasNext() 
 public Object next() 
 public  void remove()