public class ImmutableObjectLongMapFactoryImpl extends Object implements ImmutableObjectLongMapFactory
ImmutableObjectLongMap
.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableObjectLongMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectLongMap<K> |
empty() |
<K> ImmutableObjectLongMap<K> |
of()
|
<K> ImmutableObjectLongMap<K> |
of(K key,
long value)
|
<K> ImmutableObjectLongMap<K> |
ofAll(ObjectLongMap<? extends K> map)
|
<K> ImmutableObjectLongMap<K> |
with()
|
<K> ImmutableObjectLongMap<K> |
with(K key,
long value) |
<K> ImmutableObjectLongMap<K> |
withAll(ObjectLongMap<? extends K> map) |
public <K> ImmutableObjectLongMap<K> empty()
empty
in interface ImmutableObjectLongMapFactory
public <K> ImmutableObjectLongMap<K> of()
ImmutableObjectLongMapFactory
of
in interface ImmutableObjectLongMapFactory
public <K> ImmutableObjectLongMap<K> with()
ImmutableObjectLongMapFactory
with
in interface ImmutableObjectLongMapFactory
public <K> ImmutableObjectLongMap<K> of(K key, long value)
ImmutableObjectLongMapFactory
of
in interface ImmutableObjectLongMapFactory
public <K> ImmutableObjectLongMap<K> with(K key, long value)
with
in interface ImmutableObjectLongMapFactory
public <K> ImmutableObjectLongMap<K> ofAll(ObjectLongMap<? extends K> map)
ImmutableObjectLongMapFactory
ofAll
in interface ImmutableObjectLongMapFactory
public <K> ImmutableObjectLongMap<K> withAll(ObjectLongMap<? extends K> map)
withAll
in interface ImmutableObjectLongMapFactory
Copyright © 2004–2016. All rights reserved.