| Package | Description |
|---|---|
| com.phloc.commons.combine | |
| com.phloc.commons.tree.withid.folder |
| Modifier and Type | Class and Description |
|---|---|
class |
CombinatorString
A simple combinator that simply concatenates 2 strings.
|
class |
CombinatorStringIgnoreNull
A simple combinator that concatenates 2 strings by ignoring
null
values. |
class |
CombinatorStringWithSeparator
A simple combinator that concatenates 2 strings using a common separator.
|
class |
CombinatorStringWithSeparatorIgnoreNull
A simple combinator that concatenates 2 strings using a separator in case the
strings to be concatenated are not
null. |
| Modifier and Type | Method and Description |
|---|---|
ICombinator<KEYTYPE> |
IFolderTreeItemFactory.getKeyCombinator() |
ICombinator<KEYTYPE> |
AbstractFolderTreeItemFactory.getKeyCombinator() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> DefaultFolderTree<K,V,Set<V>> |
DefaultFolderTree.createForSet(ICombinator<K> aKeyCombinator)
Create a new
DefaultFolderTree using a set as the container. |
| Constructor and Description |
|---|
AbstractFolderTreeItemFactory(ICombinator<KEYTYPE> aKeyCombinator) |
DefaultFolderTree(ICombinator<KEYTYPE> aKeyCombinator)
Constructor that creates a
DefaultFolderTreeItemFactory using the
passed key combinator. |
DefaultFolderTreeItemFactory(ICombinator<KEYTYPE> aKeyCombinator) |
Copyright © 2006–2015 phloc systems. All rights reserved.