MutableLongIntMapFactoryImplpublic interface MutableLongIntMapFactory
MutableLongIntMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableLongIntMap |
empty() |
|
MutableLongIntMap |
of() |
Same as
empty(). |
MutableLongIntMap |
ofAll(LongIntMap map) |
Same as
withAll(LongIntMap). |
MutableLongIntMap |
with() |
Same as
empty(). |
MutableLongIntMap |
withAll(LongIntMap map) |
MutableLongIntMap empty()
MutableLongIntMap of()
empty().MutableLongIntMap with()
empty().MutableLongIntMap ofAll(LongIntMap map)
withAll(LongIntMap).MutableLongIntMap withAll(LongIntMap map)
Copyright © 2004–2017. All rights reserved.