| Package | Description |
|---|---|
| craterdog.collections |
| Modifier and Type | Class and Description |
|---|---|
class |
Dictionary<V>
This collection class is a convenience class that implements a
Map whose keys
are always of type String. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
Map.concatenate(Map<K,V> map1,
Map<K,V> map2)
This function returns a new map that contains the all the associations from
both the specified maps.
|
Map<K,V> |
Map.copy() |
static <K,V> Map<K,V> |
Map.reduce(Map<K,V> map,
Set<K> keys)
This function returns a new map that contains only the associations with
the specified keys.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
Map.concatenate(Map<K,V> map1,
Map<K,V> map2)
This function returns a new map that contains the all the associations from
both the specified maps.
|
static <K,V> Map<K,V> |
Map.concatenate(Map<K,V> map1,
Map<K,V> map2)
This function returns a new map that contains the all the associations from
both the specified maps.
|
static <K,V> Map<K,V> |
Map.reduce(Map<K,V> map,
Set<K> keys)
This function returns a new map that contains only the associations with
the specified keys.
|
| Constructor and Description |
|---|
Dictionary(Map<java.lang.String,V> elements)
This constructor creates a new dictionary using the elements provided in the specified map.
|
Map(Map<K,V> elements)
This constructor creates a new map using the elements provided in the specified map.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.