@FunctionalInterface public interface KeyTypeIndicator
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyType() |
static <I extends KeyTypeIndicator> |
groupByKeyType(Collection<? extends I> indicators) |
String getKeyType()
static <I extends KeyTypeIndicator> NavigableMap<String,List<I>> groupByKeyType(Collection<? extends I> indicators)
I - The KeyTypeIndicatorindicators - The indicators to groupNavigableMap where key=the case insensitive key type,
value = the List of all indicators having the same key typeCopyright © 2018–2020 The Apache Software Foundation. All rights reserved.