Uses of Interface
com.helger.commons.collection.impl.ICommonsSortedMap
-
Packages that use ICommonsSortedMap Package Description com.helger.commons.collection.impl com.helger.commons.mock -
-
Uses of ICommonsSortedMap in com.helger.commons.collection.impl
Subinterfaces of ICommonsSortedMap in com.helger.commons.collection.impl Modifier and Type Interface Description interfaceICommonsNavigableMap<KEYTYPE,VALUETYPE>A specialNavigableMapinterface based onICommonsSortedMap.Classes in com.helger.commons.collection.impl that implement ICommonsSortedMap Modifier and Type Class Description classCommonsTreeMap<KEYTYPE,VALUETYPE>A specialTreeMapimplementation based onICommonsNavigableMap.Methods in com.helger.commons.collection.impl that return ICommonsSortedMap Modifier and Type Method Description default <K,V>
ICommonsSortedMap<K,V>ICommonsSortedMap. createInstance()Create a newCommonsTreeMap.ICommonsSortedMap<KEYTYPE,VALUETYPE>ICommonsSortedMap. getClone() -
Uses of ICommonsSortedMap in com.helger.commons.mock
Methods in com.helger.commons.mock that return ICommonsSortedMap Modifier and Type Method 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)Test if all SPI configurations and implementations are correctly configured.static ICommonsSortedMap<String,ICommonsSortedSet<String>>SPITestHelper. testIfAllTestSPIImplementationsAreValid(boolean bContinueOnError)
-