|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
java.lang.Iterablejava.util.Collection
org.gradle.tooling.model.DomainObjectSet
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, size, isEmpty, contains, addAll, toArray, toArray, iterator, remove, removeAll, containsAll, 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.4