T
- The type of objects in this collection.public interface DomainObjectSet<T>
extends java.util.Set<T>
java.util.List<T> getAll()
T getAt(int index) throws java.lang.IndexOutOfBoundsException
index
- The index of the element to get.java.lang.IndexOutOfBoundsException