Package ghidra.generic.util.datastruct
Interface ValueSortedMap.ValueSortedMapKeyList<K>
- All Known Implementing Classes:
RestrictedValueSortedMap.RestrictedValueSortedMapKeyList
,TreeValueSortedMap.ValueSortedTreeMapKeySet
- Enclosing interface:
- ValueSortedMap<K,
V>
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Deque
add, addAll, addFirst, addLast, contains, descendingIterator, element, getFirst, getLast, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size
-
Method Details
-
spliterator
- Specified by:
spliterator
in interfaceCollection<K>
- Specified by:
spliterator
in interfaceIterable<K>
- Specified by:
spliterator
in interfaceList<K>
- Specified by:
spliterator
in interfaceSet<K>
-