public class TermDoubleList extends TermNumberList<Double>
| Modifier and Type | Field and Description |
|---|---|
static double |
VALUE_MISSING |
_formatString, _formatter_innerList, _type| Constructor and Description |
|---|
TermDoubleList() |
TermDoubleList(int capacity,
String formatString) |
TermDoubleList(String formatString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String o)
Add a new value to the list.
|
protected List<?> |
buildPrimitiveList(int capacity) |
boolean |
contains(double val) |
boolean |
containsWithType(double val) |
boolean |
containsWithType(Double val) |
String |
get(int index) |
double |
getDoubleValue(int index) |
double |
getPrimitiveValue(int index) |
int |
indexOf(double val) |
int |
indexOf(Object o) |
int |
indexOfWithType(double val) |
int |
indexOfWithType(Double o) |
protected Object |
parseString(String o) |
void |
seal() |
format, getFormatString, setFormatStringadd, addAll, addAll, clear, contains, containsAll, getComparableValue, getInnerList, getRawValue, getType, indexOfWithOffset, isEmpty, iterator, lastIndexOf, listIterator, listIterator, main, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraypublic static final double VALUE_MISSING
public TermDoubleList()
public TermDoubleList(String formatString)
public TermDoubleList(int capacity,
String formatString)
public boolean add(String o)
TermValueListadd in interface Collection<String>add in interface List<String>add in class TermValueList<Double>protected List<?> buildPrimitiveList(int capacity)
buildPrimitiveList in class TermValueList<Double>public String get(int index)
public double getPrimitiveValue(int index)
public int indexOf(Object o)
public int indexOf(double val)
public void seal()
seal in class TermValueList<Double>protected Object parseString(String o)
parseString in class TermNumberList<Double>public boolean contains(double val)
public boolean containsWithType(Double val)
containsWithType in class TermValueList<Double>public boolean containsWithType(double val)
public int indexOfWithType(Double o)
indexOfWithType in class TermValueList<Double>public int indexOfWithType(double val)
public double getDoubleValue(int index)
getDoubleValue in class TermNumberList<Double>Copyright © 2005–2013. All rights reserved.