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