| Package | Description |
|---|---|
| craterdog.collections |
| Modifier and Type | Method and Description |
|---|---|
static <V> Dictionary<V> |
Dictionary.concatenate(Dictionary<V> dictionary1,
Dictionary<V> dictionary2)
This function returns a new dictionary that contains the all the associations from
both the specified dictionaries.
|
Dictionary<V> |
Dictionary.copy() |
static <V> Dictionary<V> |
Dictionary.reduce(Dictionary<V> dictionary,
Set<java.lang.String> keys)
This function returns a new dictionary that contains only the associations with
the specified keys.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> Dictionary<V> |
Dictionary.concatenate(Dictionary<V> dictionary1,
Dictionary<V> dictionary2)
This function returns a new dictionary that contains the all the associations from
both the specified dictionaries.
|
static <V> Dictionary<V> |
Dictionary.concatenate(Dictionary<V> dictionary1,
Dictionary<V> dictionary2)
This function returns a new dictionary that contains the all the associations from
both the specified dictionaries.
|
static <V> Dictionary<V> |
Dictionary.reduce(Dictionary<V> dictionary,
Set<java.lang.String> keys)
This function returns a new dictionary that contains only the associations with
the specified keys.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.