|
|||||||||
| Home >> All >> Util >> [ Collections overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Util.Collections
Class SetRepository.SimpleHashSetFactory

java.lang.ObjectUtil.Collections.MapFactory
Util.Collections.SetRepository.SimpleHashSetFactory
- Enclosing class:
- SetRepository
- public static class SetRepository.SimpleHashSetFactory
- extends MapFactory
| Field Summary | |
static SetRepository.SimpleHashSetFactory |
INSTANCE
|
| Constructor Summary | |
private |
SetRepository.SimpleHashSetFactory()
|
| Method Summary | |
java.util.Map |
makeMap(java.util.Map map)
Generates a new Map, using the entries of
map as a template for its initial mappings. |
| Methods inherited from class Util.Collections.MapFactory |
makeMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
INSTANCE
public static final SetRepository.SimpleHashSetFactory INSTANCE
| Constructor Detail |
SetRepository.SimpleHashSetFactory
private SetRepository.SimpleHashSetFactory()
| Method Detail |
makeMap
public final java.util.Map makeMap(java.util.Map map)
- Generates a new
Map, using the entries ofmapas a template for its initial mappings.- Specified by:
makeMapin classMapFactory
|
|||||||||
| Home >> All >> Util >> [ Collections overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC