public class OutlineValueCollection extends AbstractList<OutlineValue>
Represents a collection of OutlineValue
objects.
Modifier and Type | Method and Description |
---|---|
boolean |
add(OutlineValue item) |
OutlineValue |
get(int index) |
Iterator<OutlineValue> |
iterator() |
OutlineValue |
remove(int index) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public boolean add(OutlineValue item)
add
in interface Collection<OutlineValue>
add
in interface List<OutlineValue>
add
in class AbstractList<OutlineValue>
public OutlineValue get(int index)
get
in interface List<OutlineValue>
get
in class AbstractList<OutlineValue>
public Iterator<OutlineValue> iterator()
iterator
in interface Iterable<OutlineValue>
iterator
in interface Collection<OutlineValue>
iterator
in interface List<OutlineValue>
iterator
in class AbstractList<OutlineValue>
public OutlineValue remove(int index)
remove
in interface List<OutlineValue>
remove
in class AbstractList<OutlineValue>
public int size()
size
in interface Collection<OutlineValue>
size
in interface List<OutlineValue>
size
in class AbstractCollection<OutlineValue>
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.