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

java.lang.Object
  extended by org.apache.commons.collections.primitives.adapters.AbstractFloatCollectionCollection
      extended by org.apache.commons.collections.primitives.adapters.AbstractFloatListList
          extended by org.apache.commons.collections.primitives.adapters.NonSerializableFloatListList
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List

final class NonSerializableFloatListList
extends AbstractFloatListList

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

Field Summary
private  FloatList _list
           
 
Constructor Summary
NonSerializableFloatListList(FloatList list)
          Creates a List wrapping the specified FloatList.
 
Method Summary
protected  FloatList getFloatList()
           
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractFloatListList
add, addAll, equals, get, getFloatCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractFloatCollectionCollection
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 FloatList _list
Constructor Detail

NonSerializableFloatListList

public NonSerializableFloatListList(FloatList list)
Creates a List wrapping the specified FloatList.

Method Detail

getFloatList

protected FloatList getFloatList()
Specified by:
getFloatList in class AbstractFloatListList


Copyright (c) 2002-2003 - Apache Software Foundation