Interface NumberSet<S extends Number>

Type Parameters:
S - the type of the number
All Superinterfaces:
Collection<S>, Iterable<S>, Set<S>
All Known Implementing Classes:
Interval

public interface NumberSet<S extends Number> extends Set<S>
This empty interface is only for the Interval- and IntervalSet-classes
Author:
Bastian Wolf