Class SuperSet<E>

java.lang.Object
net.glowstone.util.collection.SuperCollection<E>
net.glowstone.util.collection.SuperSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class SuperSet<E> extends SuperCollection<E> implements Set<E>
Set which delegates to other sets.