Uses of Class
cloud.opencode.base.collections.immutable.ImmutableSortedMap.Builder
Packages that use ImmutableSortedMap.Builder
-
Uses of ImmutableSortedMap.Builder in cloud.opencode.base.collections.immutable
Methods in cloud.opencode.base.collections.immutable that return ImmutableSortedMap.BuilderModifier and TypeMethodDescriptionstatic <K extends Comparable<? super K>, V>
ImmutableSortedMap.Builder<K, V> ImmutableSortedMap.naturalOrder()Create a builder with natural ordering.static <K,V> ImmutableSortedMap.Builder <K, V> ImmutableSortedMap.orderedBy(Comparator<? super K> comparator) Create a builder with specified comparator.Put entry.Put all entries.