| Package | Description |
|---|---|
| com.phloc.commons.tree.simple | |
| com.phloc.commons.tree.utils.sort |
| Modifier and Type | Method and Description |
|---|---|
DefaultTreeItem<DATATYPE> |
DefaultTreeItemFactory.create(DefaultTreeItem<DATATYPE> aParent) |
DefaultTreeItem<DATATYPE> |
DefaultTreeItemFactory.createRoot() |
| Modifier and Type | Method and Description |
|---|---|
DefaultTreeItem<DATATYPE> |
DefaultTreeItemFactory.create(DefaultTreeItem<DATATYPE> aParent) |
| Constructor and Description |
|---|
DefaultTreeItem(DefaultTreeItem<DATATYPE> aParent)
Constructor for normal elements.
|
| Constructor and Description |
|---|
DefaultTree(ITreeItemFactory<DATATYPE,DefaultTreeItem<DATATYPE>> aFactory) |
DefaultTreeItem(ITreeItemFactory<DATATYPE,DefaultTreeItem<DATATYPE>> aFactory)
Constructor for root object.
|
| Constructor and Description |
|---|
ComparatorDefaultTreeItem(Comparator<? super DefaultTreeItem<DATATYPE>> aNestedComparator,
Comparator<? super DATATYPE> aDataComparator)
Comparator with default sort order and a nested comparator.
|
ComparatorDefaultTreeItem(ESortOrder eSortOrder,
Comparator<? super DefaultTreeItem<DATATYPE>> aNestedComparator,
Comparator<? super DATATYPE> aDataComparator)
Constructor with sort order and a nested comparator.
|
ComparatorDefaultTreeItemComparable(Comparator<? super DefaultTreeItem<DATATYPE>> aNestedComparator)
Comparator with default sort order and a nested comparator.
|
ComparatorDefaultTreeItemComparable(ESortOrder eSortOrder,
Comparator<? super DefaultTreeItem<DATATYPE>> aNestedComparator)
Comparator with sort order and a nested comparator.
|
Copyright © 2006–2014 phloc systems. All rights reserved.