Modifier and Type | Method and Description |
---|---|
OutlineValue |
OutlineValueCollection.get(int index)
Returns the element at the specified position in this collection.
|
OutlineValue |
OutlineValueCollection.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<OutlineValue> |
OutlineValueCollection.iterator()
Returns an iterator over elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OutlineValueCollection.add(OutlineValue item)
Adds the specified item to this collection.
|