public interface IndexedReference<T> extends Reference<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
INVALID_INDEX |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getIndex() |
int |
getIndex(boolean absolute) |
int |
hashCode() |
T |
set(int index,
T value) |
int |
setIndex(int index) |
addValidator, comparator, contains, contains, get, get, removeValidator, set, validatestatic final int INVALID_INDEX
Copyright © 2016. All rights reserved.