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) |
Stream<T> |
stream()
Stream over mapped objects.
|
forEach, iterator, spliteratorT getMappedObject(int n) throws NoSuchElementException
NoSuchElementExceptionint getMappedIndex(Object o)
boolean hasMappedIndex(T o)
int getMaximumIndex()
int getSize()
int add(T o)