Package | Description |
---|---|
net.sf.mmm.util.collection.api |
Provides the API for utilities that help to dealing with
Collections . |
net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API . |
net.sf.mmm.util.contenttype.api |
Provides the API for utilities that help to detect the type of content on the fly while streaming data.
|
net.sf.mmm.util.contenttype.base |
Provides the base implementation of the content-type API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericTreeNode<CHILD extends Node<PARENT>,PARENT extends GenericTreeNode<CHILD,PARENT>>
This is the interface for the node of a tree.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TreeNode<NODE extends TreeNode<NODE>>
This is the interface for the node a tree.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericTreeNode<CHILD extends Node<PARENT>,PARENT extends GenericTreeNode<CHILD,PARENT>>
This is the abstract base implementation of the
GenericTreeNode interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericTreeNode<CHILD extends Node<PARENT>,PARENT extends GenericTreeNode<CHILD,PARENT>>
This is the abstract base implementation of the
GenericTreeNode interface. |
class |
AbstractTreeNode<NODE extends TreeNode<NODE>>
This is the abstract base implementation of the
TreeNode interface. |
class |
TreeNodeSimple<VALUE>
This is a simple but generic implementation of
TreeNode . |
Modifier and Type | Field and Description |
---|---|
private PARENT |
AbstractGenericTreeNode.parent |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentType
A
ContentType represents the type of some content (typically a file or BLOB). |
Modifier and Type | Class and Description |
---|---|
class |
ContentTypeBean
This is the abstract base implementation of the
ContentType interface. |
Copyright © 2001–2016 mmm-Team. All rights reserved.