Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdevimpl.audit.util
Class EmptyIterator<E>

java.lang.Object
  extended by oracle.jdevimpl.audit.util.EmptyIterator<E>
All Implemented Interfaces:
java.util.Iterator<E>

public class EmptyIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>

An iterator that returns no elements.


Constructor Summary
EmptyIterator()
           
 
Method Summary
static
<T> java.util.Iterator<T>
emptyIterator()
           
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyIterator

public EmptyIterator()
Method Detail

emptyIterator

public static final <T> java.util.Iterator<T> emptyIterator()

hasNext

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

next

public E next()
Specified by:
next in interface java.util.Iterator<E>

remove

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.