| Package | Description |
|---|---|
| com.helger.commons.aggregate | |
| com.helger.commons.tree.withid.folder |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAggregator<SRCTYPE,DSTTYPE>
Abstract base implementation for
IAggregator |
class |
AggregatorAlwaysNull<SRCTYPE,DSTTYPE>
Always returns
null. |
class |
AggregatorConstant<SRCTYPE,DSTTYPE>
Always returns
null. |
class |
AggregatorString
A simple combinator that simply concatenates 2 strings.
|
class |
AggregatorStringIgnoreNull
A simple combinator that concatenates 2 strings by ignoring
null
values. |
class |
AggregatorStringWithSeparator
A simple combinator that concatenates 2 strings using a common separator.
|
class |
AggregatorStringWithSeparatorIgnoreNull
A simple combinator that concatenates 2 strings using a separator in case the
strings to be concatenated are not
null. |
class |
AggregatorUseAll<DATATYPE>
Always use the complete list of results.
|
class |
AggregatorUseFirst<DATATYPE>
Always use the last result.
|
class |
AggregatorUseLast<DATATYPE>
Always use the last result.
|
| Modifier and Type | Method and Description |
|---|---|
IAggregator<KEYTYPE,KEYTYPE> |
IFolderTreeItemFactory.getKeyCombinator() |
IAggregator<KEYTYPE,KEYTYPE> |
AbstractFolderTreeItemFactory.getKeyCombinator() |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE,DATATYPE> |
DefaultFolderTree.createForSet(IAggregator<KEYTYPE,KEYTYPE> aKeyCombinator)
Create a new
DefaultFolderTree using a set as the container. |
| Constructor and Description |
|---|
AbstractFolderTreeItemFactory(IAggregator<KEYTYPE,KEYTYPE> aKeyCombinator) |
DefaultFolderTree(IAggregator<KEYTYPE,KEYTYPE> aKeyCombinator)
Constructor that creates a
DefaultFolderTreeItemFactory using the
passed key combinator. |
DefaultFolderTreeItemFactory(IAggregator<KEYTYPE,KEYTYPE> aKeyCombinator) |
Copyright © 2014–2015 Philip Helger. All rights reserved.