Package randoop.util

Class CheckpointingSet<E extends @Signed Object>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>, Set<E>

    public class CheckpointingSet<E extends @Signed Object>
    extends Object
    implements Set<E>
    A Set that supports settingcheckpoints (also called "marks") and restoring the data structure's state to them.