Package | Description |
---|---|
net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API . |
net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSetFactory
This is the abstract base implementation of the
SetFactory interface. |
class |
ConcurrentHashSetFactory
This is an implementation of
ConcurrentMapFactory that creates instances of a
ConcurrentHashSet . |
class |
HashSetFactory
This is an implementation of the
SetFactory interface that creates instances
of HashSet . |
Modifier and Type | Field and Description |
---|---|
static SetFactory |
HashSetFactory.INSTANCE
The singleton instance.
|
Constructor and Description |
---|
AbstractValueConverterToSimilarPojo(SetFactory setFactory)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.