Package | Description |
---|---|
net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListFactory
This is the abstract base implementation of the
ListFactory interface. |
class |
ArrayListFactory
This is an implementation of the
ListFactory interface that creates instances
of ArrayList . |
Modifier and Type | Field and Description |
---|---|
static ListFactory |
ArrayListFactory.INSTANCE
The default instance creating an
ArrayList . |
Constructor and Description |
---|
AbstractGenericTreeNode(ListFactory listFactory)
The constructor.
|
AbstractGenericTreeNode(PARENT parent,
ListFactory listFactory)
The constructor.
|
AbstractTreeNode(ListFactory listFactory)
The constructor.
|
AbstractTreeNode(NODE parent,
ListFactory listFactory)
The constructor.
|
TreeNodeSimple(TreeNodeSimple<VALUE> parent,
ListFactory listFactory)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.