Class MapHelper
java.lang.Object
de.s42.base.collections.MapHelper
- Author:
- Benjamin.Schiller
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static final class(package private) static final class(package private) static final class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final MapHelper.MapN<?, ?> (package private) static final intprivate static final booleanprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <KeyType, ValueType>
Map<KeyType, ValueType> of()static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6, KeyType k7, ValueType v7) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6, KeyType k7, ValueType v7, KeyType k8, ValueType v8) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6, KeyType k7, ValueType v7, KeyType k8, ValueType v8, KeyType k9, ValueType v9) static <KeyType, ValueType>
Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6, KeyType k7, ValueType v7, KeyType k8, ValueType v8, KeyType k9, ValueType v9, KeyType k10, ValueType v10) (package private) static UnsupportedOperationExceptionuoe()
-
Field Details
-
EMPTY_MAP
-
SALT32L
private static final long SALT32L -
REVERSE
private static final boolean REVERSE -
EXPAND_FACTOR
static final int EXPAND_FACTOR- See Also:
-
-
Constructor Details
-
MapHelper
private MapHelper()
-
-
Method Details
-
of
-
of
-
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2) -
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3) -
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4) -
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5) -
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6) -
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6, KeyType k7, ValueType v7) -
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6, KeyType k7, ValueType v7, KeyType k8, ValueType v8) -
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6, KeyType k7, ValueType v7, KeyType k8, ValueType v8, KeyType k9, ValueType v9) -
of
public static <KeyType, ValueType> Map<KeyType, ValueType> of(KeyType k1, ValueType v1, KeyType k2, ValueType v2, KeyType k3, ValueType v3, KeyType k4, ValueType v4, KeyType k5, ValueType v5, KeyType k6, ValueType v6, KeyType k7, ValueType v7, KeyType k8, ValueType v8, KeyType k9, ValueType v9, KeyType k10, ValueType v10) -
uoe
-