MutableLongObjectMapFactoryImplpublic interface MutableLongObjectMapFactory
MutableLongObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<V> MutableLongObjectMap<V> |
empty() |
|
<V> MutableLongObjectMap<V> |
of() |
Same as
empty(). |
<V> MutableLongObjectMap<V> |
ofAll(LongObjectMap<? extends V> map) |
Same as
withAll(LongObjectMap). |
<V> MutableLongObjectMap<V> |
with() |
Same as
empty(). |
<V> MutableLongObjectMap<V> |
withAll(LongObjectMap<? extends V> map) |
<V> MutableLongObjectMap<V> empty()
<V> MutableLongObjectMap<V> of()
empty().<V> MutableLongObjectMap<V> with()
empty().<V> MutableLongObjectMap<V> ofAll(LongObjectMap<? extends V> map)
withAll(LongObjectMap).<V> MutableLongObjectMap<V> withAll(LongObjectMap<? extends V> map)
Copyright © 2004–2018. All rights reserved.