public class ExtendedAttributeCollection extends AbstractList<T>
Represents a collection of ExtendedAttribute
objects.
Modifier and Type | Method and Description |
---|---|
boolean |
add(ExtendedAttribute item) |
void |
clear()
Removes all items from this collection.
|
boolean |
contains(ExtendedAttribute item)
Returns true if the specified item is found in this collection; otherwise, false.
|
void |
copyTo(ExtendedAttribute[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
ExtendedAttribute |
get(int index) |
void |
insert(int index,
ExtendedAttribute item)
Inserts the specified item at the specified index.
|
Iterator<ExtendedAttribute> |
iterator() |
ExtendedAttribute |
remove(int index) |
ExtendedAttribute |
set(int index,
ExtendedAttribute item) |
int |
size() |
add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, 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(ExtendedAttribute item)
add
in interface Collection<ExtendedAttribute>
add
in interface List<ExtendedAttribute>
add
in class AbstractList<ExtendedAttribute>
public void clear()
Removes all items from this collection.
clear
in interface Collection<ExtendedAttribute>
clear
in interface List<ExtendedAttribute>
clear
in class AbstractList<ExtendedAttribute>
public boolean contains(ExtendedAttribute item)
Returns true if the specified item is found in this collection; otherwise, false.
item
- the specified item to find.public void copyTo(ExtendedAttribute[] array, int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
array
- the specified one-dimensional array to copy elements toarrayIndex
- the zero-based index of the specified array at which copying begins.public ExtendedAttribute get(int index)
get
in interface List<ExtendedAttribute>
get
in class AbstractList<ExtendedAttribute>
public void insert(int index, ExtendedAttribute item)
Inserts the specified item at the specified index.
index
- the specified zero-based index at which the item should be inserted.item
- the specified item to insert to this collection.public Iterator<ExtendedAttribute> iterator()
iterator
in interface Iterable<ExtendedAttribute>
iterator
in interface Collection<ExtendedAttribute>
iterator
in interface List<ExtendedAttribute>
iterator
in class AbstractList<ExtendedAttribute>
public ExtendedAttribute remove(int index)
remove
in interface List<ExtendedAttribute>
remove
in class AbstractList<ExtendedAttribute>
public ExtendedAttribute set(int index, ExtendedAttribute item)
set
in interface List<ExtendedAttribute>
set
in class AbstractList<ExtendedAttribute>
public int size()
size
in interface Collection<ExtendedAttribute>
size
in interface List<ExtendedAttribute>
size
in class AbstractCollection<ExtendedAttribute>
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.