public class MutableObjectBooleanMapFactoryImpl extends Object implements MutableObjectBooleanMapFactory
MutableObjectBooleanMap
.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableObjectBooleanMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<K> MutableObjectBooleanMap<K> |
empty() |
<K> MutableObjectBooleanMap<K> |
of()
|
<K> MutableObjectBooleanMap<K> |
ofAll(ObjectBooleanMap<? extends K> map)
|
<K> MutableObjectBooleanMap<K> |
with()
|
<K> MutableObjectBooleanMap<K> |
withAll(ObjectBooleanMap<? extends K> map) |
public <K> MutableObjectBooleanMap<K> empty()
empty
in interface MutableObjectBooleanMapFactory
public <K> MutableObjectBooleanMap<K> of()
MutableObjectBooleanMapFactory
of
in interface MutableObjectBooleanMapFactory
public <K> MutableObjectBooleanMap<K> with()
MutableObjectBooleanMapFactory
with
in interface MutableObjectBooleanMapFactory
public <K> MutableObjectBooleanMap<K> ofAll(ObjectBooleanMap<? extends K> map)
MutableObjectBooleanMapFactory
ofAll
in interface MutableObjectBooleanMapFactory
public <K> MutableObjectBooleanMap<K> withAll(ObjectBooleanMap<? extends K> map)
withAll
in interface MutableObjectBooleanMapFactory
Copyright © 2004–2016. All rights reserved.