public interface ImmutableLongLongMapFactory
ImmutableLongLongMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableLongLongMap |
empty() |
ImmutableLongLongMap |
of()
Same as
empty() . |
ImmutableLongLongMap |
of(long key,
long value)
Same as
with(long, long) . |
ImmutableLongLongMap |
ofAll(LongLongMap map)
Same as
withAll(LongLongMap) . |
ImmutableLongLongMap |
with()
Same as
empty() . |
ImmutableLongLongMap |
with(long key,
long value) |
ImmutableLongLongMap |
withAll(LongLongMap map) |
ImmutableLongLongMap empty()
ImmutableLongLongMap of()
empty()
.ImmutableLongLongMap with()
empty()
.ImmutableLongLongMap of(long key, long value)
with(long, long)
.ImmutableLongLongMap with(long key, long value)
ImmutableLongLongMap ofAll(LongLongMap map)
withAll(LongLongMap)
.ImmutableLongLongMap withAll(LongLongMap map)
Copyright © 2004–2016. All rights reserved.