Package com.ensoftcorp.open.pointsto.utilities.frontier
-
Interface Summary Interface Description Frontier<E> Data structure for maintaining the worklist set of elements to process in a prescribed order. -
Class Summary Class Description FIFOFrontier<E> A First In First Out based worklistLIFOFrontier<E> A Last In First Out based worklistLRUFrontier<E> A Least Recently Used based worklist