@Immutable public final class MutableSortedMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactory
| Constructor and Description |
|---|
MutableSortedMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
empty() |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of() |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(Comparator<? super K> comparator) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(Comparator<? super K> comparator,
K key,
V value) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(Comparator<? super K> comparator,
K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(Comparator<? super K> comparator,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(Comparator<? super K> comparator,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(K key,
V value) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
ofSortedMap(Map<? extends K,? extends V> map) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with() |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(Comparator<? super K> comparator) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(Comparator<? super K> comparator,
K key,
V value) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(Comparator<? super K> comparator,
K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(Comparator<? super K> comparator,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(Comparator<? super K> comparator,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(K key,
V value) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
<K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> |
withSortedMap(Map<? extends K,? extends V> map) |
public <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> empty()
empty in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of()
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with()
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(K key,
V value)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(K key,
V value)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(K key1,
V value1,
K key2,
V value2)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(K key1,
V value1,
K key2,
V value2)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(Comparator<? super K> comparator)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(Comparator<? super K> comparator)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(Comparator<? super K> comparator, K key, V value)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(Comparator<? super K> comparator, K key, V value)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(Comparator<? super K> comparator, K key1, V value1, K key2, V value2)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(Comparator<? super K> comparator, K key1, V value1, K key2, V value2)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(Comparator<? super K> comparator, K key1, V value1, K key2, V value2, K key3, V value3)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(Comparator<? super K> comparator, K key1, V value1, K key2, V value2, K key3, V value3)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> of(Comparator<? super K> comparator, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
of in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> with(Comparator<? super K> comparator, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
with in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> ofSortedMap(Map<? extends K,? extends V> map)
ofSortedMap in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactorypublic <K,V> org.eclipse.collections.api.map.sorted.MutableSortedMap<K,V> withSortedMap(Map<? extends K,? extends V> map)
withSortedMap in interface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactoryCopyright © 2004–2018. All rights reserved.