public class IteratorDispatcher extends Object implements BitstreamDispatcher
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<Bitstream> |
bitstreams
List of Integer ids.
|
SENTINEL| Constructor and Description |
|---|
IteratorDispatcher(Iterator<Bitstream> bitstreams)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
next()
Returns the next id for checking, or a sentinel value if there are no
more to check.
|
public Bitstream next()
BitstreamDispatchernext in interface BitstreamDispatcherBitstreamDispatcher.next()Copyright © 2017 DuraSpace. All rights reserved.