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