Interface SortedMultiSet<T>
-
- All Superinterfaces:
java.util.Collection<T>
,HTMLToString
,java.lang.Iterable<T>
,MultiSet<T>
- All Known Implementing Classes:
TreeMultiSet
public interface SortedMultiSet<T> extends MultiSet<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.framework.util.HTMLToString
HTMLToString.HTMLCellRenderer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.SortedSet<T>
baseSet()
returns an unmodifiable set of unique objects in the multiset.java.util.Comparator<? super T>
comparator()
-
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
Methods inherited from interface org.processmining.framework.util.HTMLToString
toHTMLString
-
Methods inherited from interface org.processmining.framework.util.collection.MultiSet
add, isLessOrEqual, occurrences, toList
-
-