Payload - The payload type.public final class TripleIterator<Payload> extends AbstractIndexedIterator<Payload>
| Constructor and Description |
|---|
TripleIterator(Triple<? extends Payload,? extends Payload,? extends Payload> triple)
Creates a new
TripleIterator. |
| Modifier and Type | Method and Description |
|---|---|
Payload |
get(int index)
Returns the payload value at the given index.
|
hasNext, hasPrevious, next, previousremoveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveforEachRemainingpublic TripleIterator(Triple<? extends Payload,? extends Payload,? extends Payload> triple) throws IllegalArgumentException
TripleIterator.triple - The Triple to iterate over.IllegalArgumentException - If the given Triple is null.public Payload get(int index)
AbstractIndexedIteratorget in class AbstractIndexedIterator<Payload>index - The index to be used, which is guaranteed to be non-negative
and smaller then the maximum index.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.