protected static class RandomAccessFloatList.RandomAccessFloatSubList extends RandomAccessFloatList implements FloatList
RandomAccessFloatList.RandomAccessFloatListIterator, RandomAccessFloatList.RandomAccessFloatSubList
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
float element)
Unsupported in this implementation.
|
float |
get(int index)
Returns the value of the element at the specified position
within me.
|
float |
removeElementAt(int index)
Unsupported in this implementation.
|
float |
set(int index,
float element)
Unsupported in this implementation.
|
int |
size()
Returns the number of elements I contain.
|
add, addAll, equals, getModCount, hashCode, incrModCount, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList, toString
addAll, clear, contains, containsAll, isEmpty, removeAll, removeElement, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
addAll, clear, contains, containsAll, isEmpty, removeAll, removeElement, retainAll, toArray, toArray
public float get(int index)
FloatList
get
in interface FloatList
get
in class RandomAccessFloatList
index
- the index of the element to returnpublic float removeElementAt(int index)
RandomAccessFloatList
removeElementAt
in interface FloatList
removeElementAt
in class RandomAccessFloatList
index
- the index of the element to removepublic float set(int index, float element)
RandomAccessFloatList
set
in interface FloatList
set
in class RandomAccessFloatList
index
- the index of the element to changeelement
- the value to be stored at the specified positionpublic void add(int index, float element)
RandomAccessFloatList
add
in interface FloatList
add
in class RandomAccessFloatList
index
- the index at which to insert the elementelement
- the value to insertpublic int size()
FloatCollection
size
in interface FloatCollection
size
in class RandomAccessFloatList
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.