T
- the type of elements of this iteratorpublic interface SizedIterator<T>
extends java.util.Iterator<T>
SizedIterator
extends Iterator
with a
getSize
method.Modifier and Type | Method and Description |
---|---|
long |
getSize()
The number of elements of this iterator or -1 if not known.
|
Copyright © 2010 - 2023 Adobe. All Rights Reserved