ImmutableByteShortMapFactoryImpl
public interface ImmutableByteShortMapFactory
ImmutableByteShortMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableByteShortMap |
empty() |
|
<T> ImmutableByteShortMap |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
ShortFunction<? super T> valueFunction) |
Creates an
ImmutableByteShortMap from an Iterable<T> by applying keyFunction and valueFunction . |
ImmutableByteShortMap |
of() |
Same as
empty() . |
ImmutableByteShortMap |
of(byte key,
short value) |
Same as
with(byte, short) . |
ImmutableByteShortMap |
ofAll(ByteShortMap map) |
Same as
withAll(ByteShortMap) . |
ImmutableByteShortMap |
with() |
Same as
empty() . |
ImmutableByteShortMap |
with(byte key,
short value) |
|
ImmutableByteShortMap |
withAll(ByteShortMap map) |
ImmutableByteShortMap empty()
ImmutableByteShortMap of()
empty()
.ImmutableByteShortMap with()
empty()
.ImmutableByteShortMap of(byte key, short value)
with(byte, short)
.ImmutableByteShortMap with(byte key, short value)
ImmutableByteShortMap ofAll(ByteShortMap map)
withAll(ByteShortMap)
.ImmutableByteShortMap withAll(ByteShortMap map)
<T> ImmutableByteShortMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
ImmutableByteShortMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.Copyright © 2004–2019. All rights reserved.