public interface LinkingReferencing<T> extends Referencing<T>, Iterable<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
LinkingReferencing.ChainIterator<T> |
static class |
LinkingReferencing.Default<T> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
isNext(LinkingReferencing<T> linkedReference) |
LinkingReferencing<T> |
next() |
Object[] |
toArray() |
String |
toChainString() |
String |
toString() |
getforEach, iterator, spliteratorboolean hasNext()
boolean isNext(LinkingReferencing<T> linkedReference)
LinkingReferencing<T> next()
Object[] toArray()
String toChainString()
Copyright © 2022 MicroStream Software. All rights reserved.