Interface UpdatableMarks

All Known Implementing Classes:
RandomCollection

public interface UpdatableMarks
An interface for managing a set of marks that can be updated.

This interface provides methods for initializing, adding, exchanging, and removing marks from a set, while maintaining any necessary internal state or data structures.