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

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.NonSerializableUnmodifiableDoubleList
All Implemented Interfaces:
DoubleCollection, DoubleList

final class NonSerializableUnmodifiableDoubleList
extends BaseUnmodifiableDoubleList

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

Field Summary
private  DoubleList proxied
           
 
Constructor Summary
NonSerializableUnmodifiableDoubleList(DoubleList list)
           
 
Method Summary
protected  DoubleList getProxiedList()
           
 
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, finalize, getClass, 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

NonSerializableUnmodifiableDoubleList

NonSerializableUnmodifiableDoubleList(DoubleList list)
Method Detail

getProxiedList

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


Copyright (c) 2002-2003 - Apache Software Foundation