org.apache.commons.collections.primitives.decorators
Class UnmodifiableIntIterator

java.lang.Object
  extended by org.apache.commons.collections.primitives.decorators.ProxyIntIterator
      extended by org.apache.commons.collections.primitives.decorators.UnmodifiableIntIterator
All Implemented Interfaces:
IntIterator

public final class UnmodifiableIntIterator
extends ProxyIntIterator

Since:
Commons Primitives 1.0
Version:
$Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Author:
Rodney Waldhoff

Field Summary
private  IntIterator proxied
           
 
Constructor Summary
UnmodifiableIntIterator(IntIterator iterator)
           
 
Method Summary
protected  IntIterator getIterator()
           
 void remove()
          Removes from my underlying collection the last element returned by me (optional operation).
static IntIterator wrap(IntIterator iterator)
           
 
Methods inherited from class org.apache.commons.collections.primitives.decorators.ProxyIntIterator
hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxied

private IntIterator proxied
Constructor Detail

UnmodifiableIntIterator

UnmodifiableIntIterator(IntIterator iterator)
Method Detail

remove

public void remove()
Description copied from interface: IntIterator
Removes from my underlying collection the last element returned by me (optional operation).


getIterator

protected IntIterator getIterator()
Specified by:
getIterator in class ProxyIntIterator

wrap

public static final IntIterator wrap(IntIterator iterator)


Copyright (c) 2002-2003 - Apache Software Foundation