java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
org.zeroturnaround.javarebel.integration.util.NopSet<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, Set<E>

public class NopSet<E> extends HashSet<E>
Set implementation that is always empty.
Author:
Rein Raudjärv
See Also: