public class MutableLongIntMapFactoryImpl extends Object implements MutableLongIntMapFactory
MutableLongIntMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableLongIntMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableLongIntMap |
empty() |
MutableLongIntMap |
of()
Same as
MutableLongIntMapFactory.empty() . |
MutableLongIntMap |
ofAll(LongIntMap map)
|
MutableLongIntMap |
with()
Same as
MutableLongIntMapFactory.empty() . |
MutableLongIntMap |
withAll(LongIntMap map) |
public MutableLongIntMap empty()
empty
in interface MutableLongIntMapFactory
public MutableLongIntMap of()
MutableLongIntMapFactory
MutableLongIntMapFactory.empty()
.of
in interface MutableLongIntMapFactory
public MutableLongIntMap with()
MutableLongIntMapFactory
MutableLongIntMapFactory.empty()
.with
in interface MutableLongIntMapFactory
public MutableLongIntMap ofAll(LongIntMap map)
MutableLongIntMapFactory
ofAll
in interface MutableLongIntMapFactory
public MutableLongIntMap withAll(LongIntMap map)
withAll
in interface MutableLongIntMapFactory
Copyright © 2004–2016. All rights reserved.