T
public interface DomainObjectSet<T> extends Set<T>
List<T>
getAll()
getAt(int index)
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
List<T> getAll()
T getAt(int index) throws IndexOutOfBoundsException
index
IndexOutOfBoundsException