T
- Element type
Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
@Beta @PublicAPI public interface OrderedElement<T>
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Element index.
|
T |
getValue()
Element value.
|
int getIndex()
T getValue()