Uses of Class
com.google.common.collect.Maps.SortedKeySet
Packages that use Maps.SortedKeySet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Maps.SortedKeySet in com.google.common.collect
Subclasses of Maps.SortedKeySet in com.google.common.collectModifier and TypeClassDescriptionprotected class
A sensible implementation ofNavigableMap.navigableKeySet()
in terms of the methods of thisNavigableMap
.protected class
A sensible implementation ofSortedMap.keySet()
in terms of the methods ofForwardingSortedMap
.(package private) static class
Maps.NavigableKeySet<K,
V>