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

java.lang.Object
  extended by org.apache.commons.collections.primitives.decorators.ProxyLongIterator
      extended by org.apache.commons.collections.primitives.decorators.UnmodifiableLongIterator
All Implemented Interfaces:
LongIterator

public final class UnmodifiableLongIterator
extends ProxyLongIterator

Since:
Commons Primitives 1.0
Version:
$Revision: 1.1 $ $Date: 2003/10/27 23:46:10 $
Author:
Rodney Waldhoff

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

Field Detail

proxied

private LongIterator proxied
Constructor Detail

UnmodifiableLongIterator

UnmodifiableLongIterator(LongIterator iterator)
Method Detail

remove

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


getIterator

protected LongIterator getIterator()
Specified by:
getIterator in class ProxyLongIterator

wrap

public static final LongIterator wrap(LongIterator iterator)


Copyright (c) 2002-2003 - Apache Software Foundation