Uses of Interface
net.sf.mmm.util.collection.api.ListFactory

Packages that use ListFactory
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
 

Uses of ListFactory in net.sf.mmm.util.collection.base
 

Classes in net.sf.mmm.util.collection.base that implement ListFactory
 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.
 

Fields in net.sf.mmm.util.collection.base declared as ListFactory
static ListFactory ArrayListFactory.INSTANCE
          The default instance creating an ArrayList.
 

Constructors in net.sf.mmm.util.collection.base with parameters of type ListFactory
AbstractTreeNode(ListFactory listFactory)
          The constructor.
AbstractTreeNode(NODE parent, ListFactory listFactory)
          The constructor.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.