Package org.tweetyproject.math
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
This empty interface is only for the Interval- and IntervalSet-classes
- Author:
- Bastian Wolf
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray