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