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