public class SeppelSpaceSet extends SDMSet<SeppelSpace>
| Modifier and Type | Field and Description |
|---|---|
static SeppelSpaceSet |
EMPTY_SET |
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 |
|---|
SeppelSpaceSet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryType() |
ChangeHistorySet |
getHistory() |
booleanList |
getJavaFXApplication() |
longList |
getLastChangeId() |
StringList |
getSpaceId() |
SeppelSpaceSet |
hasHistory(ChangeHistory value) |
SeppelSpaceSet |
hasJavaFXApplication(boolean value) |
SeppelSpaceSet |
hasLastChangeId(long value) |
SeppelSpaceSet |
hasLastChangeId(long lower,
long upper) |
SeppelSpacePO |
hasSeppelSpacePO() |
SeppelSpaceSet |
hasSpaceId(java.lang.String value) |
SeppelSpaceSet |
hasSpaceId(java.lang.String lower,
java.lang.String upper) |
SeppelSpaceSet |
with(java.lang.Object value) |
SeppelSpaceSet |
withHistory(ChangeHistory value) |
SeppelSpaceSet |
withJavaFXApplication(boolean value) |
SeppelSpaceSet |
withLastChangeId(long value) |
SeppelSpaceSet |
without(SeppelSpace value) |
SeppelSpaceSet |
withSpaceId(java.lang.String value) |
add, add, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, toString, union, withReadOnlyaddAll, 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, waitpublic static final SeppelSpaceSet EMPTY_SET
public SeppelSpacePO hasSeppelSpacePO()
public java.lang.String getEntryType()
public SeppelSpaceSet with(java.lang.Object value)
public SeppelSpaceSet without(SeppelSpace value)
public StringList getSpaceId()
public SeppelSpaceSet hasSpaceId(java.lang.String value)
public SeppelSpaceSet hasSpaceId(java.lang.String lower, java.lang.String upper)
public SeppelSpaceSet withSpaceId(java.lang.String value)
public ChangeHistorySet getHistory()
public SeppelSpaceSet hasHistory(ChangeHistory value)
public SeppelSpaceSet withHistory(ChangeHistory value)
public longList getLastChangeId()
public SeppelSpaceSet hasLastChangeId(long value)
public SeppelSpaceSet hasLastChangeId(long lower, long upper)
public SeppelSpaceSet withLastChangeId(long value)
public booleanList getJavaFXApplication()
public SeppelSpaceSet hasJavaFXApplication(boolean value)
public SeppelSpaceSet withJavaFXApplication(boolean value)