public interface OrdinalSetMapping<T> extends Iterable<T>
Modifier and Type | Method and Description |
---|---|
int |
add(T o)
Add an Object to the set of mapped objects.
|
int |
getMappedIndex(Object o) |
T |
getMappedObject(int n) |
int |
getMaximumIndex() |
int |
getSize() |
boolean |
hasMappedIndex(T o) |
forEach, iterator, spliterator
T getMappedObject(int n) throws NoSuchElementException
NoSuchElementException
int getMappedIndex(Object o)
boolean hasMappedIndex(T o)
int getMaximumIndex()
int getSize()
int add(T o)