| Removed Methods | 
  
  
  void forEach(BiConsumer<?, super, K, ?, super, V>)
   | 
    | 
  
  
  (Collector<T, ?, ImmutableSortedMap<K, V>>) toImmutableSortedMap(Comparator<?, super, K>, Function<?, super, T, ?, extends, K>, Function<?, super, T, ?, extends, V>)
   | 
  Returns a Collector that accumulates elements into an {@code ImmutableSortedMap} whose
 keys and values are the result of applying the provided mapping functions to the input
 elements. | 
  
  
  (Collector<T, ?, ImmutableSortedMap<K, V>>) toImmutableSortedMap(Comparator<?, super, K>, Function<?, super, T, ?, extends, K>, Function<?, super, T, ?, extends, V>, BinaryOperator<V>)
   | 
  Returns a Collector that accumulates elements into an {@code ImmutableSortedMap} whose
 keys and values are the result of applying the provided mapping functions to the input
 elements. |