Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » [javadoc | source]
org.apache.commons.collections.primitives.adapters
final class: NonSerializableFloatListList [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.adapters.AbstractFloatCollectionCollection
      org.apache.commons.collections.primitives.adapters.AbstractFloatListList
         org.apache.commons.collections.primitives.adapters.NonSerializableFloatListList

All Implemented Interfaces:
    List, Collection

Constructor:
 public NonSerializableFloatListList(FloatList list) 
Method from org.apache.commons.collections.primitives.adapters.NonSerializableFloatListList Summary:
getFloatList
Methods from org.apache.commons.collections.primitives.adapters.AbstractFloatListList:
add,   addAll,   equals,   get,   getFloatCollection,   getFloatList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractFloatCollectionCollection:
add,   addAll,   clear,   contains,   containsAll,   getFloatCollection,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.adapters.NonSerializableFloatListList Detail:
 protected FloatList getFloatList()