Package org.apache.sshd.common.util
Class MapEntryUtils
java.lang.Object
org.apache.sshd.common.util.MapEntryUtils
Represents an un-modifiable pair of values
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
MapEntryUtils.EnumMapBuilder<K extends Enum<K>,
V> static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BY_KEY_COMPARATOR
-
-
Constructor Details
-
MapEntryUtils
private MapEntryUtils()
-
-
Method Details
-
byKeyEntryComparator
- Type Parameters:
K
- TheComparable
key typeV
- The associated entry value- Returns:
- A
Comparator
forMap.Entry
-ies that compares the key values
-