Uses of Interface
com.helger.commons.collection.impl.ICommonsSortedSet
-
Packages that use ICommonsSortedSet Package Description com.helger.commons.collection.impl com.helger.commons.mock -
-
Uses of ICommonsSortedSet in com.helger.commons.collection.impl
Subinterfaces of ICommonsSortedSet in com.helger.commons.collection.impl Modifier and Type Interface Description interfaceICommonsNavigableSet<ELEMENTTYPE>A specialNavigableSetbased interface with extended functionality based onICommonsSortedSet.Classes in com.helger.commons.collection.impl that implement ICommonsSortedSet Modifier and Type Class Description classCommonsTreeSet<ELEMENTTYPE>A specialTreeSetimplementation based onICommonsNavigableSet.Methods in com.helger.commons.collection.impl that return ICommonsSortedSet Modifier and Type Method Description default ICommonsSortedSet<Map.Entry<KEYTYPE,VALUETYPE>>ICommonsSortedMap. copyOfEntrySet()default ICommonsSortedSet<KEYTYPE>ICommonsSortedMap. copyOfKeySet()default ICommonsSortedSet<KEYTYPE>ICommonsSortedMap. copyOfKeySet(Predicate<? super KEYTYPE> aFilter)ICommonsSortedSet<ELEMENTTYPE>ICommonsSortedSet. getClone() -
Uses of ICommonsSortedSet in com.helger.commons.mock
Methods in com.helger.commons.mock that return types with arguments of type ICommonsSortedSet 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)
-