public abstract class TermNumberList<T extends Number> extends TermValueList<T>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_formatString |
protected ThreadLocal<DecimalFormat> |
_formatter |
_innerList, _type| Modifier | Constructor and Description |
|---|---|
protected |
TermNumberList() |
protected |
TermNumberList(int capacity,
String formatString) |
protected |
TermNumberList(String formatString) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object o) |
abstract double |
getDoubleValue(int index) |
String |
getFormatString() |
protected abstract Object |
parseString(String o) |
protected void |
setFormatString(String formatString) |
add, add, addAll, addAll, buildPrimitiveList, clear, contains, containsAll, containsWithType, get, getComparableValue, getInnerList, getRawValue, getType, indexOf, indexOfWithOffset, indexOfWithType, isEmpty, iterator, lastIndexOf, listIterator, listIterator, main, remove, remove, removeAll, retainAll, seal, set, size, subList, toArray, toArrayprotected ThreadLocal<DecimalFormat> _formatter
protected String _formatString
protected TermNumberList()
protected TermNumberList(String formatString)
protected TermNumberList(int capacity,
String formatString)
Copyright © 2005–2013. All rights reserved.