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:
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
 Set makeSet(Collection c)
           
 Set makeSet(Comparator c1, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadedCallGraph.SortedArraySetFactory

public LoadedCallGraph.SortedArraySetFactory()
Method Detail

makeSet

public Set makeSet(Comparator c1,
                   Collection c2)

makeSet

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


Copyright © 2001-2008 John Whaley. All Rights Reserved.