Modifier and Type | Method and Description |
---|---|
OutlineMask |
OutlineMaskCollection.get(int index)
Returns the element at the specified position in this collection.
|
OutlineMask |
OutlineMaskCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from
the collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<OutlineMask> |
OutlineMaskCollection.iterator()
Returns an iterator over elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OutlineMaskCollection.add(OutlineMask item)
Adds the specified item to this collection.
|