public class ChangeHistorySet extends de.uniks.networkparser.list.SimpleSet<ChangeHistory>
| Modifier and Type | Field and Description |
|---|---|
static ChangeHistorySet |
EMPTY_SET |
| Constructor and Description |
|---|
ChangeHistorySet() |
ChangeHistorySet(ChangeHistory... objects) |
ChangeHistorySet(java.util.Collection<ChangeHistory> objects) |
| Modifier and Type | Method and Description |
|---|---|
ChangeHistoryPO |
filterChangeHistoryPO() |
ReplicationChangeSet |
getChanges() |
java.lang.String |
getEntryType() |
ChangeHistoryPO |
hasChangeHistoryPO() |
ChangeHistorySet |
hasChanges(java.lang.Object value) |
ChangeHistorySet |
with(java.lang.Object value) |
ChangeHistorySet |
withChanges(ReplicationChange value) |
ChangeHistorySet |
without(ChangeHistory value) |
ChangeHistorySet |
withoutChanges(ReplicationChange value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, 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, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final ChangeHistorySet EMPTY_SET
public ChangeHistorySet()
public ChangeHistorySet(ChangeHistory... objects)
public ChangeHistorySet(java.util.Collection<ChangeHistory> objects)
public ChangeHistoryPO hasChangeHistoryPO()
public ChangeHistorySet with(java.lang.Object value)
public ChangeHistorySet without(ChangeHistory value)
public ReplicationChangeSet getChanges()
public ChangeHistorySet hasChanges(java.lang.Object value)
public ChangeHistorySet withChanges(ReplicationChange value)
public ChangeHistorySet withoutChanges(ReplicationChange value)
public ChangeHistoryPO filterChangeHistoryPO()
public java.lang.String getEntryType()