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