| Package | Description |
|---|---|
| com.helger.commons.aggregate | |
| com.helger.commons.tree.withid.folder |
| Modifier and Type | Method and Description |
|---|---|
static <SRCTYPE,DSTTYPE> |
IAggregator.createConstant(DSTTYPE aValue) |
static <SRCTYPE,DSTTYPE> |
IAggregator.createNull() |
static IAggregator<String,String> |
IAggregator.createStringAll() |
static IAggregator<String,String> |
IAggregator.createStringAll(char cSep) |
static IAggregator<String,String> |
IAggregator.createStringAll(String sSep) |
static IAggregator<String,String> |
IAggregator.createStringIgnoreEmpty() |
static IAggregator<String,String> |
IAggregator.createStringIgnoreEmpty(char cSep) |
static IAggregator<String,String> |
IAggregator.createStringIgnoreEmpty(String sSep) |
static <SRCTYPE> IAggregator<SRCTYPE,Collection<SRCTYPE>> |
IAggregator.createUseAll() |
static <SRCTYPE> IAggregator<SRCTYPE,SRCTYPE> |
IAggregator.createUseFirst() |
static <SRCTYPE> IAggregator<SRCTYPE,SRCTYPE> |
IAggregator.createUseLast() |
| 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–2016 Philip Helger. All rights reserved.