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

java.lang.Object
  extended by org.apache.commons.collections.primitives.decorators.ProxyShortIterator
      extended by org.apache.commons.collections.primitives.decorators.UnmodifiableShortIterator
All Implemented Interfaces:
ShortIterator

public final class UnmodifiableShortIterator
extends ProxyShortIterator

Since:
Commons Primitives 1.0
Version:
$Revision: 1.1 $ $Date: 2003/10/29 18:57:15 $
Author:
Rodney Waldhoff

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

Field Detail

proxied

private ShortIterator proxied
Constructor Detail

UnmodifiableShortIterator

UnmodifiableShortIterator(ShortIterator iterator)
Method Detail

remove

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


getIterator

protected ShortIterator getIterator()
Specified by:
getIterator in class ProxyShortIterator

wrap

public static final ShortIterator wrap(ShortIterator iterator)


Copyright (c) 2002-2003 - Apache Software Foundation