public interface ImmutableLongObjectMapFactory
ImmutableLongObjectMap
.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.Modifier and Type | Method and Description |
---|---|
<V> ImmutableLongObjectMap<V> |
empty() |
<V> ImmutableLongObjectMap<V> |
of()
Same as
empty() . |
<V> ImmutableLongObjectMap<V> |
of(long key,
V value)
Same as
with(long, Object) . |
<V> ImmutableLongObjectMap<V> |
ofAll(LongObjectMap<? extends V> map)
Same as
withAll(LongObjectMap) . |
<V> ImmutableLongObjectMap<V> |
with()
Same as
empty() . |
<V> ImmutableLongObjectMap<V> |
with(long key,
V value) |
<V> ImmutableLongObjectMap<V> |
withAll(LongObjectMap<? extends V> map) |
<V> ImmutableLongObjectMap<V> empty()
<V> ImmutableLongObjectMap<V> of()
empty()
.<V> ImmutableLongObjectMap<V> with()
empty()
.<V> ImmutableLongObjectMap<V> of(long key, V value)
with(long, Object)
.<V> ImmutableLongObjectMap<V> with(long key, V value)
<V> ImmutableLongObjectMap<V> ofAll(LongObjectMap<? extends V> map)
withAll(LongObjectMap)
.<V> ImmutableLongObjectMap<V> withAll(LongObjectMap<? extends V> map)
Copyright © 2004–2016. All rights reserved.