public class PropertyIteratorAdapter extends RangeIteratorDecorator
RangeIterators or Iterators
into PropertyIterators.| Type | Property and Description |
|---|---|
Property |
next
Returns the next property.
|
| Modifier and Type | Field and Description |
|---|---|
static PropertyIterator |
EMPTY
Static instance of an empty
PropertyIterator. |
| Constructor and Description |
|---|
PropertyIteratorAdapter(java.util.Iterator iterator,
long size) |
PropertyIteratorAdapter(RangeIterator iterator)
Creates an adapter for the given
RangeIterator. |
| Modifier and Type | Method and Description |
|---|---|
Property |
nextProperty()
Returns the next property.
|
getPosition, getSize, hasNext, next, remove, skippublic static final PropertyIterator EMPTY
PropertyIterator."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"