org.apache.commons.collections.primitives.adapters
Class NonSerializableDoubleListList

java.lang.Object
  extended by org.apache.commons.collections.primitives.adapters.AbstractDoubleCollectionCollection
      extended by org.apache.commons.collections.primitives.adapters.AbstractDoubleListList
          extended by org.apache.commons.collections.primitives.adapters.NonSerializableDoubleListList
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List

final class NonSerializableDoubleListList
extends AbstractDoubleListList

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

Field Summary
private  DoubleList _list
           
 
Constructor Summary
NonSerializableDoubleListList(DoubleList list)
          Creates a List wrapping the specified DoubleList.
 
Method Summary
protected  DoubleList getDoubleList()
           
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractDoubleListList
add, addAll, equals, get, getDoubleCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractDoubleCollectionCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Field Detail

_list

private DoubleList _list
Constructor Detail

NonSerializableDoubleListList

public NonSerializableDoubleListList(DoubleList list)
Creates a List wrapping the specified DoubleList.

Method Detail

getDoubleList

protected DoubleList getDoubleList()
Specified by:
getDoubleList in class AbstractDoubleListList


Copyright (c) 2002-2003 - Apache Software Foundation