public class OutlineCodeCollection extends AbstractList<OutlineCode>
Represents a collection of OutlineCode
objects.
Modifier and Type | Method and Description |
---|---|
boolean |
add(OutlineCode item) |
OutlineCode |
get(int index) |
Iterator<OutlineCode> |
iterator() |
OutlineCode |
set(int index,
OutlineCode item) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, 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 Iterator<OutlineCode> iterator()
iterator
in interface Iterable<OutlineCode>
iterator
in interface Collection<OutlineCode>
iterator
in interface List<OutlineCode>
iterator
in class AbstractList<OutlineCode>
public boolean add(OutlineCode item)
add
in interface Collection<OutlineCode>
add
in interface List<OutlineCode>
add
in class AbstractList<OutlineCode>
public OutlineCode get(int index)
get
in interface List<OutlineCode>
get
in class AbstractList<OutlineCode>
public OutlineCode set(int index, OutlineCode item)
set
in interface List<OutlineCode>
set
in class AbstractList<OutlineCode>
public int size()
size
in interface Collection<OutlineCode>
size
in interface List<OutlineCode>
size
in class AbstractCollection<OutlineCode>
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.