gnu.trove.impl.unmodifiable
Class TUnmodifiableRandomAccessFloatList
- java.lang.Object
-
- gnu.trove.impl.unmodifiable.TUnmodifiableFloatCollection
-
- gnu.trove.impl.unmodifiable.TUnmodifiableFloatList
-
- gnu.trove.impl.unmodifiable.TUnmodifiableRandomAccessFloatList
-
- All Implemented Interfaces:
- TFloatList, TFloatCollection, java.io.Serializable, java.util.RandomAccess
public class TUnmodifiableRandomAccessFloatList extends TUnmodifiableFloatList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TUnmodifiableRandomAccessFloatList(TFloatList list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description TFloatListsubList(int fromIndex, int toIndex)Returns a sublist of this list.-
Methods inherited from class gnu.trove.impl.unmodifiable.TUnmodifiableFloatList
add, add, binarySearch, binarySearch, equals, fill, fill, forEachDescending, get, grep, hashCode, indexOf, indexOf, insert, insert, insert, inverseGrep, lastIndexOf, lastIndexOf, max, min, remove, removeAt, replace, reverse, reverse, set, set, set, shuffle, sort, sort, sum, toArray, toArray, toArray, transformValues
-
Methods inherited from class gnu.trove.impl.unmodifiable.TUnmodifiableFloatCollection
add, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAll, forEach, getNoEntryValue, isEmpty, iterator, remove, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, size, toArray, toArray, toString
-
Methods inherited from interface gnu.trove.list.TFloatList
add, clear, contains, forEach, getNoEntryValue, isEmpty, remove, size, toArray, toArray
-
Methods inherited from interface gnu.trove.TFloatCollection
addAll, addAll, addAll, containsAll, containsAll, containsAll, iterator, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll
-
-
-
-
Constructor Detail
-
TUnmodifiableRandomAccessFloatList
public TUnmodifiableRandomAccessFloatList(TFloatList list)
-
-
Method Detail
-
subList
public TFloatList subList(int fromIndex, int toIndex)
Description copied from interface:TFloatListReturns a sublist of this list.- Specified by:
subListin interfaceTFloatList- Overrides:
subListin classTUnmodifiableFloatList- Parameters:
fromIndex- low endpoint (inclusive) of the subList.toIndex- high endpoint (exclusive) of the subList.- Returns:
- sublist of this list from begin, inclusive to end, exclusive.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG