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

java.lang.Object
  extended by org.apache.commons.collections.primitives.decorators.ProxyCharIterator
      extended by org.apache.commons.collections.primitives.decorators.UnmodifiableCharIterator
All Implemented Interfaces:
CharIterator

public final class UnmodifiableCharIterator
extends ProxyCharIterator

Since:
Commons Primitives 1.0
Version:
$Revision: 1.1 $ $Date: 2003/10/29 19:20:07 $
Author:
Rodney Waldhoff

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

Field Detail

proxied

private CharIterator proxied
Constructor Detail

UnmodifiableCharIterator

UnmodifiableCharIterator(CharIterator iterator)
Method Detail

remove

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


getIterator

protected CharIterator getIterator()
Specified by:
getIterator in class ProxyCharIterator

wrap

public static final CharIterator wrap(CharIterator iterator)


Copyright (c) 2002-2003 - Apache Software Foundation