Interface SetStore<E>

All Superinterfaces:
CollectionStore<E>, Store

public interface SetStore<E> extends CollectionStore<E>
Interface representation of the backing store for a Set.