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

java.lang.Object
  extended by org.apache.commons.collections.primitives.decorators.BaseProxyIntCollection
      extended by org.apache.commons.collections.primitives.decorators.BaseProxyIntList
          extended by org.apache.commons.collections.primitives.decorators.BaseUnmodifiableIntList
              extended by org.apache.commons.collections.primitives.decorators.UnmodifiableIntList
All Implemented Interfaces:
java.io.Serializable, IntCollection, IntList

public final class UnmodifiableIntList
extends BaseUnmodifiableIntList
implements java.io.Serializable

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

Field Summary
private  IntList proxied
           
 
Constructor Summary
UnmodifiableIntList(IntList list)
           
 
Method Summary
protected  IntList getProxiedList()
           
static IntList wrap(IntList list)
           
 
Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseUnmodifiableIntList
add, add, addAll, addAll, clear, iterator, listIterator, listIterator, removeAll, removeElement, removeElementAt, retainAll, set, subList
 
Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseProxyIntList
get, getProxiedCollection, indexOf, lastIndexOf
 
Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseProxyIntCollection
contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.collections.primitives.IntList
equals, hashCode
 
Methods inherited from interface org.apache.commons.collections.primitives.IntCollection
contains, containsAll, isEmpty, size, toArray, toArray
 

Field Detail

proxied

private IntList proxied
Constructor Detail

UnmodifiableIntList

UnmodifiableIntList(IntList list)
Method Detail

wrap

public static final IntList wrap(IntList list)

getProxiedList

protected IntList getProxiedList()
Specified by:
getProxiedList in class BaseProxyIntList


Copyright (c) 2002-2003 - Apache Software Foundation