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