public class ImmutableLongObjectMapFactoryImpl extends Object implements ImmutableLongObjectMapFactory
ImmutableLongObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableLongObjectMap<V> |
empty() |
<V> ImmutableLongObjectMap<V> |
of()
|
<V> ImmutableLongObjectMap<V> |
of(long key,
V value)
|
<V> ImmutableLongObjectMap<V> |
ofAll(LongObjectMap<? extends V> map)
|
<V> ImmutableLongObjectMap<V> |
with()
|
<V> ImmutableLongObjectMap<V> |
with(long key,
V value) |
<V> ImmutableLongObjectMap<V> |
withAll(LongObjectMap<? extends V> map) |
public <V> ImmutableLongObjectMap<V> empty()
empty in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> of()
ImmutableLongObjectMapFactoryof in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> with()
ImmutableLongObjectMapFactorywith in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> of(long key, V value)
ImmutableLongObjectMapFactoryof in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> with(long key, V value)
with in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> ofAll(LongObjectMap<? extends V> map)
ImmutableLongObjectMapFactoryofAll in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> withAll(LongObjectMap<? extends V> map)
withAll in interface ImmutableLongObjectMapFactoryCopyright © 2004–2016. All rights reserved.