public final class OpenCollection extends ObjectCollection
ClosedCollection
, the OpenCollection defines that the collection of
objects is open, i.e. there can be more objects.
Example: If you have some sensors in a room that can determine that a person
is in a room but you do not know if there are more persons in that room then
you can express this with an OpenCollection, e.g. the LivingRoom contains at
least the people {Joe, Juan} (but maybe also Carlos or Pablo).ClosedCollection
,
Serialized FormmodCount
Constructor and Description |
---|
OpenCollection() |
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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
Copyright © 2018 universAAL Consortium. All rights reserved.