T - current typepublic class AbstractPropertyList<T> extends AbstractPropertyMultiValued<T,List<T>> implements List<T>
separatordescription, fixedValues, name, type, value| Constructor and Description |
|---|
AbstractPropertyList()
Default constructor.
|
AbstractPropertyList(String name)
Constructor by property name.
|
AbstractPropertyList(String uid,
List<T> value)
Constructor by T expression.
|
AbstractPropertyList(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
boolean |
addAll(int index,
Collection<? extends T> c) |
List<T> |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
T |
get(int index) |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
ListIterator<T> |
listIterator() |
ListIterator<T> |
listIterator(int index) |
T |
remove(int index) |
T |
set(int index,
T element) |
List<T> |
subList(int fromIndex,
int toIndex) |
add, addAll, clear, contains, containsAll, getSeparator, isEmpty, iterator, remove, removeAll, retainAll, setSeparator, size, toArray, toArrayadd2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, getDescription, getFixedValues, getName, getType, getValue, parameterizedType, setDescription, setFixedValues, setName, setType, setValue, setValueFromString, toJson, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic AbstractPropertyList()
public AbstractPropertyList(String name)
name - property namepublic AbstractPropertyList(String uid, String value)
uid - unique namelvl - current double valuepublic List<T> fromString(String v)
fromString in class AbstractPropertyMultiValued<T,List<T>>v - value represented as a serialized Stringpublic boolean addAll(int index,
Collection<? extends T> c)
public int lastIndexOf(Object o)
lastIndexOf in interface List<T>public ListIterator<T> listIterator()
listIterator in interface List<T>public ListIterator<T> listIterator(int index)
listIterator in interface List<T>Copyright © 2013–2015 FF4J. All rights reserved.