@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 KeyTypeIndicator
indicators
- The indicators to groupNavigableMap
where key=the case insensitive key type
,
value = the List
of all indicators having the same key typeCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.