public class ObjectSet
extends de.uniks.networkparser.list.SimpleSet<java.lang.Object>
| Modifier and Type | Field and Description |
|---|---|
static ObjectSet |
EMPTY_SET |
| Constructor and Description |
|---|
ObjectSet() |
ObjectSet(java.util.Collection<java.lang.Object> objects) |
ObjectSet(java.lang.Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
ObjectPO |
createObjectPO() |
ObjectSet |
filter(de.uniks.networkparser.interfaces.Condition<java.lang.Object> condition) |
java.lang.String |
getEntryType() |
ObjectSet |
getNewList(boolean keyValue) |
protected java.lang.Class<?> |
getTypClass() |
ObjectSet |
with(java.lang.Object value) |
ObjectSet |
without(java.lang.Object value) |
add, 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, 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, withVisibleequals, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final ObjectSet EMPTY_SET
public ObjectSet()
public ObjectSet(java.lang.Object... objects)
public ObjectSet(java.util.Collection<java.lang.Object> objects)
protected java.lang.Class<?> getTypClass()
getTypClass in class de.uniks.networkparser.list.AbstractArray<java.lang.Object>public ObjectPO createObjectPO()
public java.lang.String getEntryType()
public ObjectSet with(java.lang.Object value)
public ObjectSet without(java.lang.Object value)
public ObjectSet getNewList(boolean keyValue)
getNewList in interface de.uniks.networkparser.interfaces.BaseItemgetNewList in class de.uniks.networkparser.list.SimpleSet<java.lang.Object>public ObjectSet filter(de.uniks.networkparser.interfaces.Condition<java.lang.Object> condition)
filter in class de.uniks.networkparser.list.SimpleSet<java.lang.Object>