Package com.ibm.wala.demandpa.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> A set implementation backed by an array.
ArraySetMultiMap<K,V>  
HashSetMultiMap<K,V>  
ImmutableStack<T> An immutable stack of objects.
Predicate<T> Interface for defining an arbitrary predicate on Objects.
Util Miscellaneous utility functions.