java.lang.Object
de.s42.base.collections.MapHelper
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibung(Package privat) static class
(Package privat) static final class
(Package privat) static final class
(Package privat) static final class
-
Feldübersicht
Modifizierer und TypFeldBeschreibung(Package privat) static final MapHelper.MapN
<?, ?> (Package privat) static final int
private static final boolean
private static final long
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <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 privat) static UnsupportedOperationException
uoe()
-
Felddetails
-
EMPTY_MAP
-
SALT32L
private static final long SALT32L -
REVERSE
private static final boolean REVERSE -
EXPAND_FACTOR
static final int EXPAND_FACTOR- Siehe auch:
-
-
Konstruktordetails
-
MapHelper
private MapHelper()
-
-
Methodendetails
-
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
-