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

java.lang.Object
  extended by org.apache.commons.collections.primitives.decorators.BaseProxyDoubleCollection
      extended by org.apache.commons.collections.primitives.decorators.BaseProxyDoubleList
          extended by org.apache.commons.collections.primitives.decorators.BaseUnmodifiableDoubleList
              extended by org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleList
All Implemented Interfaces:
java.io.Serializable, DoubleCollection, DoubleList

public final class UnmodifiableDoubleList
extends BaseUnmodifiableDoubleList
implements java.io.Serializable

Since:
Commons Primitives 1.0
Version:
$Revision: 1.1 $ $Date: 2003/10/29 19:39:12 $
Author:
Rodney Waldhoff
See Also:
Serialized Form

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

Field Detail

proxied

private DoubleList proxied
Constructor Detail

UnmodifiableDoubleList

UnmodifiableDoubleList(DoubleList list)
Method Detail

wrap

public static final DoubleList wrap(DoubleList list)

getProxiedList

protected DoubleList getProxiedList()
Specified by:
getProxiedList in class BaseProxyDoubleList


Copyright (c) 2002-2003 - Apache Software Foundation