E - generics referencepublic interface IndexedNavigableSet<E> extends NavigableSet<E>
| Modifier and Type | Method and Description |
|---|---|
E |
get(int index)
Returns the entry located at the index offset from the beginning of the sorted set
|
int |
getIndex(E e)
Searches the specified tree map for the specified entry using the put algorithm.
|
ceiling, descendingIterator, descendingSet, floor, headSet, headSet, higher, iterator, lower, pollFirst, pollLast, subSet, subSet, tailSet, tailSetcomparator, first, last, spliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streamE get(int index)
index - index of the entryArrayIndexOutOfBoundsException - if the specified index is less than 0 or greater than size-1int getIndex(E e)
e - the entryNullPointerException - if the specified entry is null or does not existCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.