| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Class and Description |
|---|---|
class |
PredicatedSortedMap<K
Decorates another
SortedMap to validate that additions match a specified predicate.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
PredicatedMap.predicatedMap(Map
Factory method to create a predicated (validating) map.
|