BaseCollection Aspose.Slides FOSS Java API Referència
Base interna per a cada classe de *Collection.
Package: org.aspose.slides.foss.internal
Nota: Aquesta és una classe d’implementació interna. No la importeu ni utilitzeu directament el paquet org.aspose.slides.foss.internal no forma part de l’API pública i pot canviar sense previ avís. Aquesta pàgina es proporciona només per a referència.
Propietats
BaseCollection — Internal base for every *Collection class. Inherits from: Iterable<T>.
| Property | Type | Access | Description |
|---|---|---|---|
empty | boolean | Read/Write | Whether empty is enabled. |
Mètodes
| Method | Returns | Description |
|---|---|---|
size() | int | Returns the number of elements in this collection. |
get(int index) | T | Returns the element at the specified index. |
length() | int | Returns the number of elements. |
isEmpty() | boolean | Returns true if this collection contains no elements. |
iterator() | Iterator<T> | Returns an iterator over the elements in this collection, in index order. |
hasNext() | boolean | Returns whether a next is present. |
next() | T | Performs the next operation. |
contains(Object item) | boolean | Tests whether this collection contains the specified element. |
Veure també
- Aspose.Slides FOSS Java API Referència de casa