Package qilin.util
package qilin.util
Generally useful utility classes for Soot.
-
ClassDescriptionArrayNumberer<E extends Numberable>A class that numbers objects, so they can be placed in bitsets.A fast enumerator for sparse bit sets.This is the Soot internal implementation of java.util.BitSet with Felix and Jerome's clever efficient iterator.Chain<E>Augmented data type guaranteeing O(1) insertion and removal from a set of ordered, unique elements.A class implementing this interface can be invalidated.A numberer which also supports an iterator on newly-added objects.A class that numbers objects, so they can be placed in bitsets.A class that assigns integers to java.lang.Strings.Numberer<E>A numberer converts objects to unique non-negative integers, and vice-versa.Pair<T1,
T2> A class that numbers strings, so they can be placed in bitsets.Triple<T1,T2, T3> UnionFindSet<E>