Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdevimpl.audit.util
Class UnmodifiableIterator

java.lang.Object
  extended by oracle.jdevimpl.audit.util.UnmodifiableIterator

All Implemented Interfaces:
java.util.Iterator

public class UnmodifiableIterator
extends java.lang.Object
implements java.util.Iterator

An iterator which wraps another iterator to disallow use of the remove method.


Constructor Summary
UnmodifiableIterator(java.util.Iterator iterator)
           

 

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

 

Constructor Detail

UnmodifiableIterator

public UnmodifiableIterator(java.util.Iterator iterator)

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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