public class ParameterKeyUtils extends Object
| Constructor and Description |
|---|
ParameterKeyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Map<ParameterKey,T> |
filterBy(Map<ParameterKey,T> map,
ParameterKey.ParameterKeyType type) |
static <T> Map<Integer,T> |
toIndexMap(Map<ParameterKey,T> map) |
static <T> Map<String,T> |
toNameMap(Map<ParameterKey,T> map) |
public static <T> Map<ParameterKey,T> filterBy(Map<ParameterKey,T> map, ParameterKey.ParameterKeyType type)
public static <T> Map<String,T> toNameMap(Map<ParameterKey,T> map)
public static <T> Map<Integer,T> toIndexMap(Map<ParameterKey,T> map)
Copyright © 2018. All rights reserved.