FileDocCategorySizeDatePackage
EmptyIterator.javaAPI DocHibernate 3.2.5499Thu Jun 03 11:31:32 BST 2004org.hibernate.util

EmptyIterator

public final class EmptyIterator extends Object implements Iterator
author
Gavin King

Fields Summary
public static final Iterator
INSTANCE
Constructors Summary
private EmptyIterator()

Methods Summary
public booleanhasNext()


	   
		return false;
	
public java.lang.Objectnext()

		throw new UnsupportedOperationException();
	
public voidremove()

		throw new UnsupportedOperationException();