Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Util.Collections
Class SetRepository.LinkedHashSetFactory  view SetRepository.LinkedHashSetFactory download SetRepository.LinkedHashSetFactory.java

java.lang.Object
  extended byUtil.Collections.CollectionFactory
      extended byUtil.Collections.SetFactory
          extended byUtil.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 of c as a template for its initial contents.

Specified by:
makeSet in class SetFactory