- Type Parameters:
X
-
- All Superinterfaces:
- Collection<X>, Iterable<X>, Set<X>
public interface JavaSet<X>
extends Set<X>
This interface adds nothing to the java.util.Set interface, but is used in
preference, to clarify the distinction with the more mathematically pure set
interfaces.
- Author:
- jeremy