Package daikon.diff

Class InvMap

  • All Implemented Interfaces:
    Serializable

    public class InvMap
    extends Object
    implements Serializable
    Maps ppts to lists of invariants. Has an iterator to return the ppts in the order they were inserted.

    The ppts are used only as keys in this data structure. Do not attempt to look up invariants stored in the ppts; instead, obtain invariants via the get() method.

    See Also:
    Serialized Form