public class ImmutableByteLongMapFactoryImpl extends Object implements ImmutableByteLongMapFactory
ImmutableByteLongMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableByteLongMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableByteLongMap |
empty() |
ImmutableByteLongMap |
of()
Same as
ImmutableByteLongMapFactory.empty() . |
ImmutableByteLongMap |
of(byte key,
long value)
|
ImmutableByteLongMap |
ofAll(ByteLongMap map)
|
ImmutableByteLongMap |
with()
Same as
ImmutableByteLongMapFactory.empty() . |
ImmutableByteLongMap |
with(byte key,
long value) |
ImmutableByteLongMap |
withAll(ByteLongMap map) |
public ImmutableByteLongMap empty()
empty
in interface ImmutableByteLongMapFactory
public ImmutableByteLongMap of()
ImmutableByteLongMapFactory
ImmutableByteLongMapFactory.empty()
.of
in interface ImmutableByteLongMapFactory
public ImmutableByteLongMap with()
ImmutableByteLongMapFactory
ImmutableByteLongMapFactory.empty()
.with
in interface ImmutableByteLongMapFactory
public ImmutableByteLongMap of(byte key, long value)
ImmutableByteLongMapFactory
of
in interface ImmutableByteLongMapFactory
public ImmutableByteLongMap with(byte key, long value)
with
in interface ImmutableByteLongMapFactory
public ImmutableByteLongMap ofAll(ByteLongMap map)
ImmutableByteLongMapFactory
ofAll
in interface ImmutableByteLongMapFactory
public ImmutableByteLongMap withAll(ByteLongMap map)
withAll
in interface ImmutableByteLongMapFactory
Copyright © 2004–2016. All rights reserved.