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