Class Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory
- java.lang.Object
-
- org.eclipse.collections.impl.factory.Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory
-
- Enclosing class:
- Multimaps.ImmutableMultimaps
public static final class Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
ImmutableSortedSetMultimap<K,V>of(Comparator<? super V> comparator)<K,V>
ImmutableSortedSetMultimap<K,V>of(Comparator<? super V> comparator, K key, V value)<K,V>
ImmutableSortedSetMultimap<K,V>of(Comparator<? super V> comparator, K key1, V value1, K key2, V value2)<K,V>
ImmutableSortedSetMultimap<K,V>of(Comparator<? super V> comparator, K key1, V value1, K key2, V value2, K key3, V value3)<K,V>
ImmutableSortedSetMultimap<K,V>with(Comparator<? super V> comparator)<K,V>
ImmutableSortedSetMultimap<K,V>with(Comparator<? super V> comparator, K key, V value)<K,V>
ImmutableSortedSetMultimap<K,V>with(Comparator<? super V> comparator, K key1, V value1, K key2, V value2)<K,V>
ImmutableSortedSetMultimap<K,V>with(Comparator<? super V> comparator, K key1, V value1, K key2, V value2, K key3, V value3)
-
-
-
Method Detail
-
of
public <K,V> ImmutableSortedSetMultimap<K,V> of(Comparator<? super V> comparator)
-
with
public <K,V> ImmutableSortedSetMultimap<K,V> with(Comparator<? super V> comparator)
-
of
public <K,V> ImmutableSortedSetMultimap<K,V> of(Comparator<? super V> comparator, K key, V value)
-
with
public <K,V> ImmutableSortedSetMultimap<K,V> with(Comparator<? super V> comparator, K key, V value)
-
of
public <K,V> ImmutableSortedSetMultimap<K,V> of(Comparator<? super V> comparator, K key1, V value1, K key2, V value2)
-
with
public <K,V> ImmutableSortedSetMultimap<K,V> with(Comparator<? super V> comparator, K key1, V value1, K key2, V value2)
-
of
public <K,V> ImmutableSortedSetMultimap<K,V> of(Comparator<? super V> comparator, K key1, V value1, K key2, V value2, K key3, V value3)
-
with
public <K,V> ImmutableSortedSetMultimap<K,V> with(Comparator<? super V> comparator, K key1, V value1, K key2, V value2, K key3, V value3)
-
-