public class OleObjectCollection extends AbstractList<OleObject>
Represents a collection containing the instances of the OleObject class.
| Modifier and Type | Method and Description |
|---|---|
OleObject |
get(int index)
(@inheritDoc}
|
int |
size()
Returns the number of elements in this collection.
|
List<OleObject> |
toList()
Converts the instance of the
OleObjectCollection class to a list containing the instances of the OleObject class. |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic OleObject get(int index)
public int size()
size in interface Collection<OleObject>size in interface List<OleObject>size in class AbstractCollection<OleObject>