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