org.hibernate.util

Class EmptyIterator

Implemented Interfaces:
Iterator

public final class EmptyIterator
extends java.lang.Object
implements Iterator

Author:
Gavin King

Field Summary

static Iterator
INSTANCE

Method Summary

boolean
hasNext()
Object
next()
void
remove()

Field Details

INSTANCE

public static final Iterator INSTANCE

Method Details

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()