T - The type of objects in this collection.public interface DomainObjectSet<T> extends Set<T>
List<T> getAll()
T getAt(int index) throws IndexOutOfBoundsException
index - The index of the element to get.IndexOutOfBoundsExceptionCopyright © 2013. All rights reserved