T
- The type of objects in this collection.public interface DomainObjectSet<T> extends Set<T>
修飾子とタイプ | メソッドと説明 |
---|---|
List<T> |
getAll()
Returns the elements of this set in the set's iteration order.
|
T |
getAt(int index)
Returns the element at the given index according to the set's iteration order.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
List<T> getAll()
T getAt(int index) throws IndexOutOfBoundsException
index
- The index of the element to get.IndexOutOfBoundsException