jwutil.collections
Class SortedArraySet.SortedArraySetFactory

java.lang.Object
  extended by jwutil.collections.CollectionFactory
      extended by jwutil.collections.SetFactory
          extended by jwutil.collections.SortedArraySet.SortedArraySetFactory
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SortedArraySet

public static class SortedArraySet.SortedArraySetFactory
extends SetFactory

See Also:
Serialized Form

Field Summary
static boolean PROFILE
           
static boolean TEST
           
 
Fields inherited from class jwutil.collections.SetFactory
hashSetFactory, linearSetFactory, treeSetFactory
 
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.
 java.util.Set makeSet(java.util.Comparator c)
           
 java.util.Set makeSet(int capacity)
          Generates a new, mutable, empty Set, using initialCapacity as a hint to use for the capacity for the produced Set.
 
Methods inherited from class jwutil.collections.SetFactory
makeCollection, makeCollection, makeSet, synchronizedSetFactory
 
Methods inherited from class jwutil.collections.CollectionFactory
makeCollection, noNullCollectionFactory, synchronizedCollectionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST

public static final boolean TEST
See Also:
Constant Field Values

PROFILE

public static final boolean PROFILE
See Also:
Constant Field Values
Method Detail

makeSet

public java.util.Set makeSet(java.util.Comparator c)

makeSet

public java.util.Set makeSet(int capacity)
Description copied from class: SetFactory
Generates a new, mutable, empty Set, using initialCapacity as a hint to use for the capacity for the produced Set.

Overrides:
makeSet in class SetFactory

makeSet

public java.util.Set makeSet(java.util.Collection c)
Description copied from class: SetFactory
Generates a new mutable Set, using the elements of c as a template for its initial contents.

Specified by:
makeSet in class SetFactory


Copyright © 2004-2008 SUIF Compiler Group. All Rights Reserved.