public class MutableLongObjectMapFactoryImpl extends Object implements MutableLongObjectMapFactory
MutableLongObjectMap
.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.Constructor and Description |
---|
MutableLongObjectMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<V> MutableLongObjectMap<V> |
empty() |
<V> MutableLongObjectMap<V> |
of()
Same as
MutableLongObjectMapFactory.empty() . |
<V> MutableLongObjectMap<V> |
ofAll(LongObjectMap<? extends V> map)
|
<V> MutableLongObjectMap<V> |
with()
Same as
MutableLongObjectMapFactory.empty() . |
<V> MutableLongObjectMap<V> |
withAll(LongObjectMap<? extends V> map) |
public <V> MutableLongObjectMap<V> empty()
empty
in interface MutableLongObjectMapFactory
public <V> MutableLongObjectMap<V> of()
MutableLongObjectMapFactory
MutableLongObjectMapFactory.empty()
.of
in interface MutableLongObjectMapFactory
public <V> MutableLongObjectMap<V> with()
MutableLongObjectMapFactory
MutableLongObjectMapFactory.empty()
.with
in interface MutableLongObjectMapFactory
public <V> MutableLongObjectMap<V> ofAll(LongObjectMap<? extends V> map)
MutableLongObjectMapFactory
ofAll
in interface MutableLongObjectMapFactory
public <V> MutableLongObjectMap<V> withAll(LongObjectMap<? extends V> map)
withAll
in interface MutableLongObjectMapFactory
Copyright © 2004–2016. All rights reserved.