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