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

java.lang.Object
  extended by org.apache.commons.collections.primitives.adapters.AbstractCollectionFloatCollection
      extended by org.apache.commons.collections.primitives.adapters.AbstractListFloatList
          extended by org.apache.commons.collections.primitives.adapters.NonSerializableListFloatList
All Implemented Interfaces:
FloatCollection, FloatList

final class NonSerializableListFloatList
extends AbstractListFloatList

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

Field Summary
private  java.util.List _list
           
 
Constructor Summary
protected NonSerializableListFloatList(java.util.List list)
           
 
Method Summary
protected  java.util.List getList()
           
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractListFloatList
add, addAll, equals, get, getCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, removeElementAt, set, subList
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractCollectionFloatCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, removeElement, retainAll, 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.FloatList
add, iterator
 
Methods inherited from interface org.apache.commons.collections.primitives.FloatCollection
addAll, clear, contains, containsAll, isEmpty, removeAll, removeElement, retainAll, size, toArray, toArray
 

Field Detail

_list

private java.util.List _list
Constructor Detail

NonSerializableListFloatList

protected NonSerializableListFloatList(java.util.List list)
Method Detail

getList

protected java.util.List getList()
Specified by:
getList in class AbstractListFloatList


Copyright (c) 2002-2003 - Apache Software Foundation