|
|||||||||
| 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.LinkedHashSetFactory

java.lang.ObjectUtil.Collections.CollectionFactory
Util.Collections.SetFactory
Util.Collections.SetRepository.LinkedHashSetFactory
- Enclosing class:
- SetRepository
- public static class SetRepository.LinkedHashSetFactory
- extends SetFactory
| Field Summary | |
static SetRepository.LinkedHashSetFactory |
INSTANCE
|
| Constructor Summary | |
private |
SetRepository.LinkedHashSetFactory()
|
| Method Summary | |
java.util.Set |
makeSet(java.util.Collection c)
Generates a new mutable Set, using the elements
of c as a template for its initial contents. |
| Methods inherited from class Util.Collections.SetFactory |
makeCollection, makeCollection, makeSet, makeSet |
| Methods inherited from class Util.Collections.CollectionFactory |
makeCollection |
| 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.LinkedHashSetFactory INSTANCE
| Constructor Detail |
SetRepository.LinkedHashSetFactory
private SetRepository.LinkedHashSetFactory()
| Method Detail |
makeSet
public final java.util.Set makeSet(java.util.Collection c)
- Generates a new mutable
Set, using the elements ofcas a template for its initial contents.- Specified by:
makeSetin classSetFactory
|
|||||||||
| Home >> All >> Util >> [ Collections overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC