soot.util
Class SharedBitSetCache

java.lang.Object
  extended by soot.util.SharedBitSetCache

public final class SharedBitSetCache
extends Object


Field Summary
 BitVector[] cache
           
 BitVector[] orAndAndNotCache
           
static int size
           
 
Constructor Summary
SharedBitSetCache(Singletons.Global g)
           
 
Method Summary
 BitVector canonicalize(BitVector set)
           
static SharedBitSetCache v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

public static final int size
See Also:
Constant Field Values

cache

public BitVector[] cache

orAndAndNotCache

public BitVector[] orAndAndNotCache
Constructor Detail

SharedBitSetCache

public SharedBitSetCache(Singletons.Global g)
Method Detail

v

public static SharedBitSetCache v()

canonicalize

public BitVector canonicalize(BitVector set)