|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.DomainObjectSet java.lang.Iterable java.util.Collection
public interface DomainObjectSet extends Set
A set of domain objects of type T.
- The type of objects in this collection.Method Summary | |
---|---|
List
|
getAll()
Returns the elements of this set in the set's iteration order. |
Object
|
getAt(int index)
Returns the element at the given index according to the set's iteration order. |
Methods inherited from interface Set | |
---|---|
add, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public List getAll()
public Object getAt(int index)
index
- The index of the element to get.
Gradle API 1.12