public class PropertyIteratorAdapter extends RangeIteratorDecorator
RangeIterator
s or Iterator
s
into PropertyIterator
s.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, skip
public static final PropertyIterator EMPTY
PropertyIterator
."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"