T - type of element to acceptpublic interface IndexedAcceptor<T>
accept(Object, long) method,
uses the coherent index of the given element.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T e,
long index)
Expects the element and its coherent index.
|
void accept(T e, long index)
e - element which is expected at the given indexindex - on which the element is expectedCopyright © 2022 MicroStream Software. All rights reserved.