public final class SharedBitSetCache extends Object
| Modifier and Type | Field and Description |
|---|---|
BitVector[] |
cache |
BitVector[] |
orAndAndNotCache |
static int |
size |
| Constructor and Description |
|---|
SharedBitSetCache(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
BitVector |
canonicalize(BitVector set) |
static SharedBitSetCache |
v() |
public static final int size
public BitVector[] cache
public BitVector[] orAndAndNotCache
public SharedBitSetCache(Singletons.Global g)
public static SharedBitSetCache v()
Copyright © 2020 Soot OSS. All rights reserved.