public class ArrayListSet extends SDMSet<java.util.ArrayList<?>>
| Modifier and Type | Field and Description |
|---|---|
static ArrayListSet |
EMPTY_SET |
| Constructor and Description |
|---|
ArrayListSet() |
| Modifier and Type | Method and Description |
|---|---|
ArrayListSet |
filter(de.uniks.networkparser.interfaces.Condition<java.util.ArrayList<?>> newValue) |
java.lang.String |
getEntryType() |
ArrayListSet |
with(java.lang.Object value) |
ArrayListSet |
without(java.util.ArrayList<?> value) |
getNewList, instanceOfadd, add, addAll, addAll, clone, fireProperty, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, 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, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final ArrayListSet EMPTY_SET
public java.lang.String getEntryType()
public ArrayListSet with(java.lang.Object value)
public ArrayListSet without(java.util.ArrayList<?> value)
public ArrayListSet filter(de.uniks.networkparser.interfaces.Condition<java.util.ArrayList<?>> newValue)
filter in class de.uniks.networkparser.list.SimpleSet<java.util.ArrayList<?>>