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>.

PropertyTypeAccessDescription
emptybooleanRead/WriteWhether empty is enabled.

Mètodes

MethodReturnsDescription
size()intReturns the number of elements in this collection.
get(int index)TReturns the element at the specified index.
length()intReturns the number of elements.
isEmpty()booleanReturns true if this collection contains no elements.
iterator()Iterator<T>Returns an iterator over the elements in this collection, in index order.
hasNext()booleanReturns whether a next is present.
next()TPerforms the next operation.
contains(Object item)booleanTests whether this collection contains the specified element.

Veure també

  • Aspose.Slides FOSS Java API Referència de casa
 Català