Interface DomainObjectSet<T>
- Type Parameters:
T- The type of objects in this collection.
- All Superinterfaces:
Collection<T>, Iterable<T>, Set<T>
A set of domain objects of type T.
-
Method Summary
Methods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Method Details
-
getAll
-
getAt
Returns the element at the given index according to the set's iteration order.- Parameters:
index- The index of the element to get.- Returns:
- The element at the given index according to the set's iteration order.
- Throws:
IndexOutOfBoundsException
-