public static final class Multimaps.ImmutableMultimaps.ImmutableListMultimapFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.eclipse.collections.api.multimap.list.ImmutableListMultimap<Object,Object> |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
<K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> |
empty() |
<K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> |
with() |
<K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> |
with(K key,
V value) |
<K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> |
with(K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
public <K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> empty()
public <K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> with()
public <K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> with(K key,
V value)
public <K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> with(K key1,
V value1,
K key2,
V value2)
public <K,V> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
Copyright © 2004–2017. All rights reserved.