| Package | Description |
|---|---|
| com.phloc.commons.io.file.iterate | |
| com.phloc.commons.parent.impl | |
| com.phloc.commons.tree.withid.folder | |
| com.phloc.commons.tree.withid.unique |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemFolderTree
Represents a folder tree with the file system contents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChildrenProviderWithUniqueIDHasChildren<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE>>
An abstract implementation of the
IChildrenProviderWithUniqueID
interface that works with all types that implement IHasChildren. |
class |
ChildrenProviderSortingWithUniqueID<KEYTYPE,CHILDTYPE>
An
IChildrenProviderWithID with ID that
returns the children in ChildrenProviderSorting.getChildren(Object) sorted. |
| Constructor and Description |
|---|
ChildrenProviderSortingWithUniqueID(IChildrenProviderWithUniqueID<KEYTYPE,CHILDTYPE> aCP,
Comparator<? super CHILDTYPE> aComparator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>
Base interface for a simple tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>
Abstract implementation class for a folder tree.
|
class |
DefaultFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>>
Root class for a simple tree.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
A specialized version of the tree, where each item is required to have a
unique ID so that item searching can be performed with little runtime effort.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
A managed tree is a specialized version of the tree, where each item is
required to have a unique ID so that item searching can be performed quite
easily.
|
class |
DefaultTreeWithGlobalUniqueID<KEYTYPE,DATATYPE>
A managed tree is a specialized version of the tree, where each item is
required to have a unique ID so that item searching can be performed quite
easily.
|
Copyright © 2006–2014 phloc systems. All rights reserved.