public final class MapEntryUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MapEntryUtils.EnumMapBuilder<K extends Enum<K>,V> |
static class |
MapEntryUtils.GenericMapPopulator<K,V,M extends Map<K,V>> |
static class |
MapEntryUtils.MapBuilder<K,V> |
static class |
MapEntryUtils.NavigableMapBuilder<K,V> |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Comparable<K>,V> |
byKeyEntryComparator() |
public static <K extends Comparable<K>,V> Comparator<Map.Entry<K,V>> byKeyEntryComparator()
K - The Comparable key typeV - The associated entry valueComparator for Map.Entry-ies that compares the key valuesCopyright © 2018–2020 The Apache Software Foundation. All rights reserved.