Class Multimaps.ImmutableMultimaps.ImmutableListMultimapFactory
java.lang.Object
org.eclipse.collections.impl.factory.Multimaps.ImmutableMultimaps.ImmutableListMultimapFactory
- Enclosing class:
Multimaps.ImmutableMultimaps
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,V> ImmutableListMultimap <K, V> empty()<K,V> ImmutableListMultimap <K, V> of()<K,V> ImmutableListMultimap <K, V> of(K key, V value) <K,V> ImmutableListMultimap <K, V> of(K key1, V value1, K key2, V value2) <K,V> ImmutableListMultimap <K, V> of(K key1, V value1, K key2, V value2, K key3, V value3) <K,V> ImmutableListMultimap <K, V> with()<K,V> ImmutableListMultimap <K, V> with(K key, V value) <K,V> ImmutableListMultimap <K, V> with(K key1, V value1, K key2, V value2) <K,V> ImmutableListMultimap <K, V> with(K key1, V value1, K key2, V value2, K key3, V value3)
-
Field Details
-
EMPTY
-
-
Constructor Details
-
ImmutableListMultimapFactory
private ImmutableListMultimapFactory()
-
-
Method Details
-
empty
-
of
-
with
-
of
-
with
-
of
-
with
-
of
-
with
-