| Package | Description |
|---|---|
| com.threerings.util |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> StreamableHashMap<K,V> |
StreamableHashMap.newMap()
Creates an empty StreamableHashMap.
|
static <K,V> StreamableHashMap<K,V> |
StreamableHashMap.newMap(Map<? extends K,? extends V> map)
Creates StreamableHashMap populated with the same values as the provided Map.
|
Copyright © 2015. All rights reserved.