public interface IndexedItemEvent
Modifier and Type | Method and Description |
---|---|
int |
getIndex(String name)
Returns the index of a named Field.
|
int |
getMaximumIndex()
Returns the maximum index for the fields in the event.
|
String |
getName(int index)
Returns the name of a Field whose index is supplied.
|
Object |
getValue(int index)
Returns the value of a field whose index is supplied (null is a legal value too).
|
int getMaximumIndex()
int getIndex(@Nonnull String name)
name
- A Field name.@Nullable String getName(int index)
index
- A Field index.@Nullable Object getValue(int index)
index
- A Field index.Copyright © 2021. All rights reserved.