Class ChainedSet<E>

Type Parameters:
E - the type of Set elements
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class ChainedSet<E> extends AbstractSet<E>
An unmodifiable Set that provides access to many sets in the given order.

Note that this implementation does not ensure that the elements are unique across all chained sets. It is up to the user to provide that guarantee.

Since:
Coherence 23.03
Author:
as 2023.03.03