BaseItem, java.lang.Iterable<V>, java.util.Collection<V>, java.util.List<V>BitEntity, BooleanList, ByteList, ExcelSheet, ExcelWorkBook, NumberList, SortedList, SQLStatementList, SQLTable, StringList, TemplateResultModelpublic class SimpleList<V> extends AbstractList<V> implements java.util.List<V>
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
PROPERTY |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, VISIBLE| Constructor | Description |
|---|---|
SimpleList() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
add(V e) |
|
AbstractList<V> |
clone() |
|
protected boolean |
fireProperty(java.lang.String type,
java.lang.Object oldElement,
java.lang.Object newElement,
java.lang.Object beforeElement,
int index,
java.lang.Object value) |
|
BaseItem |
getNewList(boolean keyValue) |
|
boolean |
remove(java.lang.Object o) |
|
SimpleList<V> |
subList(int fromIndex,
int toIndex) |
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
|
SimpleList<V> |
withListener(ObjectCondition listener) |
add, addHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, replaceAllValues, reset, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, toString, with, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleadd, addAll, addAll, ceiling, copyEntity, equals, filter, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, lower, remove, set, subSet, withListadd, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, of, of, of, of, of, of, of, of, of, of, of, of, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArraypublic static final java.lang.String PROPERTY
public BaseItem getNewList(boolean keyValue)
getNewList in interface BaseItemgetNewList in class AbstractArray<V>public SimpleList<V> subList(int fromIndex, int toIndex)
AbstractArraysubList in interface java.util.List<V>subList in class AbstractArray<V>fromIndex - low endpoint (inclusive) of the subListtoIndex - high endpoint (exclusive) of the subListpublic boolean remove(java.lang.Object o)
public boolean add(V e)
public SimpleList<V> withListener(ObjectCondition listener)
public AbstractList<V> clone()
clone in class java.lang.Objectprotected boolean fireProperty(java.lang.String type,
java.lang.Object oldElement,
java.lang.Object newElement,
java.lang.Object beforeElement,
int index,
java.lang.Object value)
fireProperty in class AbstractArray<V>