T - the type of elements maintained by this Collectionpublic static interface Object2DoubleSortedMap.FastSortedSet<T> extends Object2DoubleMap.FastEntrySet<T>, ObjectSortedSet<Object2DoubleMap.Entry<T>>
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Object2DoubleMap.Entry<T>> |
fastIterator()
Fast iterator that recycles the given Entry object to improve speed and reduce object allocation
|
ObjectBidirectionalIterator<Object2DoubleMap.Entry<T>> |
fastIterator(T fromElement)
Fast iterator that recycles the given Entry object to improve speed and reduce object allocation
|
fastForEachcomparator, copy, headSet, iterator, iterator, pollFirst, pollLast, spliterator, subSet, synchronize, synchronize, tailSet, unmodifiableaddAll, addAll, addAll, addAll, containsAll, containsAny, containsAny, pour, removeAll, removeAll, retainAll, retainAll, toArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, sortedObjectBidirectionalIterator<Object2DoubleMap.Entry<T>> fastIterator()
Object2DoubleMap.FastEntrySetfastIterator in interface Object2DoubleMap.FastEntrySet<T>ObjectBidirectionalIterator<Object2DoubleMap.Entry<T>> fastIterator(T fromElement)
fromElement - that is going to be started from.