| Package | Description |
|---|---|
| craterdog.collections |
| Modifier and Type | Method and Description |
|---|---|
static <E> Set<E> |
Set.and(Set<E> set1,
Set<E> set2)
This function returns a new set that contains the elements that are in
both the first set and the second set.
|
Set<E> |
Set.copy() |
static <E> Set<E> |
Set.or(Set<E> set1,
Set<E> set2)
This function returns a new set that contains all the elements that are in
the first set or the second set or both.
|
static <E> Set<E> |
Set.sans(Set<E> set1,
Set<E> set2)
This function returns a new set that contains the elements that are in
the first set but not in the second set.
|
static <E> Set<E> |
Set.xor(Set<E> set1,
Set<E> set2)
This function returns a new set that contains all the elements that are in
the first set or the second set but not both.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Set<E> |
Set.and(Set<E> set1,
Set<E> set2)
This function returns a new set that contains the elements that are in
both the first set and the second set.
|
static <E> Set<E> |
Set.and(Set<E> set1,
Set<E> set2)
This function returns a new set that contains the elements that are in
both the first set and the second set.
|
static <E> Set<E> |
Set.or(Set<E> set1,
Set<E> set2)
This function returns a new set that contains all the elements that are in
the first set or the second set or both.
|
static <E> Set<E> |
Set.or(Set<E> set1,
Set<E> set2)
This function returns a new set that contains all the elements that are in
the first set or the second set or both.
|
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.
|
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.
|
static <E> Set<E> |
Set.sans(Set<E> set1,
Set<E> set2)
This function returns a new set that contains the elements that are in
the first set but not in the second set.
|
static <E> Set<E> |
Set.sans(Set<E> set1,
Set<E> set2)
This function returns a new set that contains the elements that are in
the first set but not in the second set.
|
static <E> Set<E> |
Set.xor(Set<E> set1,
Set<E> set2)
This function returns a new set that contains all the elements that are in
the first set or the second set but not both.
|
static <E> Set<E> |
Set.xor(Set<E> set1,
Set<E> set2)
This function returns a new set that contains all the elements that are in
the first set or the second set but not both.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.