|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractFloatCollectionCollection
org.apache.commons.collections.primitives.adapters.AbstractFloatListList
org.apache.commons.collections.primitives.adapters.FloatListList
public final class FloatListList
Adapts an FloatList to the
List interface.
FloatList
implementation in the "obvious" way.
| Field Summary | |
|---|---|
private FloatList |
_list
|
| Constructor Summary | |
|---|---|
FloatListList(FloatList list)
Creates a List wrapping
the specified FloatList. |
|
| Method Summary | |
|---|---|
protected FloatList |
getFloatList()
|
static java.util.List |
wrap(FloatList list)
Create a List wrapping
the specified FloatList. |
| 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 |
|---|
private FloatList _list
| Constructor Detail |
|---|
public FloatListList(FloatList list)
List wrapping
the specified FloatList.
wrap(org.apache.commons.collections.primitives.FloatList)| Method Detail |
|---|
public static java.util.List wrap(FloatList list)
List wrapping
the specified FloatList. When
the given list is null,
returns null.
list - the (possibly null)
FloatList to wrap
List wrapping the given
list, or null when list is
null.protected FloatList getFloatList()
getFloatList in class AbstractFloatListList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||