Package soot.jimple.spark.ondemand.genericutil

Interface Summary
Mapper<T,U> A simple interface for defining a function that maps objects.
MultiMap<K,V>  
ObjectVisitor<T>  
 

Class Summary
ArraySet<T>  
ArraySetDupesMultiMap<K,V>  
ArraySetMultiMap<K,V>  
Averager  
DisjointSets  
FIFOQueue A FIFO queue of objects, implemented as a circular buffer.
HashSetMultiMap<K,V>  
ImmutableStack<T>  
IteratorMapper<T,U>  
MutablePair<T,U> A mutable pair of objects.
ObjWrapper  
Predicate<T> Interface for defining an arbitrary predicate on Objects.
Propagator<T>  
Stack<T>  
UnorderedPair<U,V>  
Util Miscellaneous utility functions.