| Package | Description |
|---|---|
| com.helger.commons.collection.impl | |
| com.helger.commons.mock |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommonsNavigableSet<ELEMENTTYPE>
A special
NavigableSet based interface with extended functionality
based on ICommonsSortedSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsTreeSet<ELEMENTTYPE>
A special
TreeSet implementation based on
ICommonsNavigableSet. |
| Modifier and Type | Method and Description |
|---|---|
default ICommonsSortedSet<KEYTYPE> |
ICommonsSortedMap.copyOfKeySet() |
default ICommonsSortedSet<KEYTYPE> |
ICommonsSortedMap.copyOfKeySet(Predicate<? super KEYTYPE> aFilter) |
ICommonsSortedSet<ELEMENTTYPE> |
ICommonsSortedSet.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.