Class SetView<E>

java.lang.Object
com.blazebit.persistence.impl.util.SetView<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

public class SetView<E> extends Object implements Set<E>, Serializable
A set implementation that allows to provide a set view of a collection.
Since:
1.2.0
Author:
Christian Beikov
See Also: