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, 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 OleObject get(int index)
public int size()
size
in interface Collection<OleObject>
size
in interface List<OleObject>
size
in class AbstractCollection<OleObject>
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.