A set of domain objects of type T.
- The type of objects in this collection.Methods inherited from class | Name |
---|---|
interface Set |
add, remove, equals, hashCode, clear, contains, isEmpty, iterator, size, toArray, toArray, spliterator, addAll, containsAll, removeAll, retainAll, stream, removeIf, parallelStream, forEach |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Returns the elements of this set in the set's iteration order.
Returns the element at the given index according to the set's iteration order.
index
- The index of the element to get.