| Package | Description |
|---|---|
| com.helger.commons.collection.ext | |
| com.helger.commons.collection.impl |
| 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 | Class and Description |
|---|---|
class |
EmptySortedSet<T>
Default implementation of an empty sorted set.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsSortedSet<T> |
EmptySortedSet.getClone() |
Copyright © 2014–2017 Philip Helger. All rights reserved.