public class OutlineCodeCollection extends AbstractList<T>
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() |
void |
sort(Comparator<? super T> c) |
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, spliterator, toArray, toArray
parallelStream, removeIf, stream
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 Iterator<OutlineCode> iterator()
iterator
in interface Iterable<OutlineCode>
iterator
in interface Collection<OutlineCode>
iterator
in interface List<OutlineCode>
iterator
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>
public void sort(Comparator<? super T> c)
c
- Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.