| Class | Description |
|---|---|
| ApexCartesianProductHelper |
Helpers related to cartesian products.
|
| ApexMapHelper |
Various helpers for Map
|
| ArrayWithHashcodeEquals |
This class is useful when one want to consider a generic List of Object as key in a hashed structure.
|
| ImmutableArrayList<T> |
A List implementation, improving performance when List are used as a Map key, or when one need to extract only a
subset of indexes from an input array
|
| NavigableMapComparator |
A
Comparator which compare first the keyset, then the values |
| NavigableMapListValueComparator |
A
Comparator for NavigableMap representing a location coordinate |
| UnsafeNavigableMapListValueComparator |
This
Comparator enable the comparison of NavigableMap |
Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.