public interface EntityIdSet extends EntityIdCollection
| Modifier and Type | Method and Description |
|---|---|
EntityIdSet |
add(@Nullable EntityId id) |
EntityIdSet |
add(int typeId,
long localId) |
boolean |
contains(@Nullable EntityId id) |
boolean |
contains(int typeId,
long localId) |
@NotNull jetbrains.exodus.core.dataStructures.hash.LongSet |
getTypeSetSnapshot(int typeId) |
boolean |
remove(@Nullable EntityId id) |
boolean |
remove(int typeId,
long localId) |
countEntityIdSet add(@Nullable @Nullable EntityId id)
EntityIdSet add(int typeId, long localId)
boolean contains(@Nullable
@Nullable EntityId id)
boolean contains(int typeId,
long localId)
boolean remove(@Nullable
@Nullable EntityId id)
boolean remove(int typeId,
long localId)
@NotNull @NotNull jetbrains.exodus.core.dataStructures.hash.LongSet getTypeSetSnapshot(int typeId)