public abstract class SDMSet<T> extends de.uniks.networkparser.list.SimpleList<T> implements ModelSet
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
SDMSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
boolean |
add(T newValue)
Add a Value to internal List and Array if nesessary
|
java.util.Iterator<T> |
cloneIterator() |
SDMSet<T> |
getNewList(boolean keyValue) |
<ST extends SDMSet<T>> |
has(de.uniks.networkparser.logic.Condition<T> condition) |
<ST extends SDMSet> |
instanceOf(ST target) |
<ST extends SDMSet<T>> |
intersection(java.util.Collection<? extends T> other) |
java.util.Iterator<T> |
iterator() |
<ST extends SDMSet<T>> |
minus(java.lang.Object other) |
T |
remove(int index) |
boolean |
remove(java.lang.Object value) |
T |
set(int index,
T element) |
java.lang.String |
toString() |
<ST extends SDMSet<T>> |
union(java.util.Collection<? extends T> other) |
<ST extends SDMSet> |
withReadOnly(boolean value) |
addAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntryTypepublic <ST extends SDMSet> ST withReadOnly(boolean value)
public java.util.Iterator<T> iterator()
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class java.lang.Objectpublic <ST extends SDMSet> ST instanceOf(ST target)
public java.util.Iterator<T> cloneIterator()
public SDMSet<T> getNewList(boolean keyValue)
getNewList in interface de.uniks.networkparser.interfaces.BaseItemgetNewList in class de.uniks.networkparser.list.SimpleList<T>public boolean remove(java.lang.Object value)
public void add(int index,
T element)
public T remove(int index)
public boolean add(T newValue)
de.uniks.networkparser.list.AbstractList