public class ImmutableLongBooleanMapFactoryImpl extends Object implements ImmutableLongBooleanMapFactory
ImmutableLongBooleanMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableLongBooleanMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableLongBooleanMap |
empty() |
ImmutableLongBooleanMap |
of()
|
ImmutableLongBooleanMap |
of(long key,
boolean value)
|
ImmutableLongBooleanMap |
ofAll(LongBooleanMap map)
|
ImmutableLongBooleanMap |
with()
|
ImmutableLongBooleanMap |
with(long key,
boolean value) |
ImmutableLongBooleanMap |
withAll(LongBooleanMap map) |
public ImmutableLongBooleanMap empty()
empty
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap of()
ImmutableLongBooleanMapFactory
of
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap with()
ImmutableLongBooleanMapFactory
with
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap of(long key, boolean value)
ImmutableLongBooleanMapFactory
of
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap with(long key, boolean value)
with
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap ofAll(LongBooleanMap map)
ImmutableLongBooleanMapFactory
ofAll
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap withAll(LongBooleanMap map)
withAll
in interface ImmutableLongBooleanMapFactory
Copyright © 2004–2016. All rights reserved.