public class OffsetDoubleList
extends it.unimi.dsi.fastutil.doubles.AbstractDoubleList
Modifier and Type | Field and Description |
---|---|
private double |
offset |
private it.unimi.dsi.fastutil.doubles.DoubleList |
oldList |
Constructor and Description |
---|
OffsetDoubleList(it.unimi.dsi.fastutil.doubles.DoubleList oldList,
double offset) |
Modifier and Type | Method and Description |
---|---|
double |
getDouble(int position) |
int |
size() |
add, add, addAll, addAll, addAll, addAll, addAll, addAll, addElements, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, getElements, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, peekDouble, popDouble, push, rem, removeDouble, removeElements, set, size, subList, topDouble, toString
add, contains, containsAll, remove, removeAll, retainAll, toArray, toDoubleArray, toDoubleArray
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, contains, get, indexOf, lastIndexOf, remove, remove, set
containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toDoubleArray, toDoubleArray
parallelStream, stream
private final it.unimi.dsi.fastutil.doubles.DoubleList oldList
private final double offset
public OffsetDoubleList(it.unimi.dsi.fastutil.doubles.DoubleList oldList, double offset)
public double getDouble(int position)
public int size()
size
in interface Collection<Double>
size
in interface List<Double>
size
in class AbstractCollection<Double>