joeq.Compiler.Quad
Class LoadedCallGraph.SortedArraySetFactory

java.lang.Object
  extended by jwutil.collections.CollectionFactory
      extended by jwutil.collections.SetFactory
          extended by joeq.Compiler.Quad.LoadedCallGraph.SortedArraySetFactory
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
LoadedCallGraph

public static class LoadedCallGraph.SortedArraySetFactory
extends jwutil.collections.SetFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jwutil.collections.SetFactory
hashSetFactory, linearSetFactory, treeSetFactory
 
Constructor Summary
LoadedCallGraph.SortedArraySetFactory()
           
 
Method Summary
 java.util.Set makeSet(java.util.Collection c)
           
 java.util.Set makeSet(java.util.Comparator c1, java.util.Collection c2)
           
 
Methods inherited from class jwutil.collections.SetFactory
makeCollection, makeCollection, makeSet, makeSet, synchronizedSetFactory
 
Methods inherited from class jwutil.collections.CollectionFactory
makeCollection, noNullCollectionFactory, synchronizedCollectionFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadedCallGraph.SortedArraySetFactory

public LoadedCallGraph.SortedArraySetFactory()
Method Detail

makeSet

public java.util.Set makeSet(java.util.Comparator c1,
                             java.util.Collection c2)

makeSet

public java.util.Set makeSet(java.util.Collection c)
Specified by:
makeSet in class jwutil.collections.SetFactory