
public final class ClosedCollection extends ObjectCollection
OpenCollection, the ClosedCollection defines that the collection of
objects is closed, i.e. there can not be more objects.
Example: If you have some sensors in a room that can determine the exact set
of persons in a room and you know that no one else can be there then you can
express this with a ClosedCollection, e.g. the LivingRoom contains exactly
the people {Joe, Juan}.OpenCollection,
Serialized FormmodCount| Constructor and Description |
|---|
ClosedCollection() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamCopyright © 2018 universAAL Consortium. All rights reserved.