|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjwutil.collections.CollectionFactory
jwutil.collections.SetFactory
jwutil.collections.SortedArraySet.SortedArraySetFactory
public static class SortedArraySet.SortedArraySetFactory
| 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 |
|---|
public static final boolean TEST
public static final boolean PROFILE
| Method Detail |
|---|
public java.util.Set makeSet(java.util.Comparator c)
public java.util.Set makeSet(int capacity)
SetFactorySet, using
initialCapacity as a hint to use for the capacity
for the produced Set.
makeSet in class SetFactorypublic java.util.Set makeSet(java.util.Collection c)
SetFactorySet, using the elements
of c as a template for its initial contents.
makeSet in class SetFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||