| Package | Description |
|---|---|
| com.helger.commons.collection.impl | |
| com.helger.commons.mock |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommonsNavigableMap<KEYTYPE,VALUETYPE>
A special
NavigableMap interface based on ICommonsSortedMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsTreeMap<KEYTYPE,VALUETYPE>
A special
TreeMap implementation based on
ICommonsNavigableMap. |
| Modifier and Type | Method and Description |
|---|---|
default <K,V> ICommonsSortedMap<K,V> |
ICommonsSortedMap.createInstance()
Create a new
CommonsTreeMap. |
ICommonsSortedMap<KEYTYPE,VALUETYPE> |
ICommonsSortedMap.getClone() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
SPITestHelper.testIfAllMainSPIImplementationsAreValid(boolean bContinueOnError) |
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
SPITestHelper.testIfAllSPIImplementationsAreValid() |
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
SPITestHelper.testIfAllSPIImplementationsAreValid(boolean bContinueOnError) |
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
SPITestHelper.testIfAllSPIImplementationsAreValid(String sBaseDir,
SPITestHelper.EMode eMode) |
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
SPITestHelper.testIfAllTestSPIImplementationsAreValid(boolean bContinueOnError) |
Copyright © 2014–2017 Philip Helger. All rights reserved.