|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
java.lang.Iterableorg.gradle.tooling.model.DomainObjectSet
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, remove, equals, hashCode, clear, isEmpty, contains, size, toArray, toArray, addAll, iterator, 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.5