Uses of Interface
org.processmining.framework.util.collection.MultiSet
-
Packages that use MultiSet Package Description org.processmining.framework.connections org.processmining.framework.connections.impl org.processmining.framework.util.collection -
-
Uses of MultiSet in org.processmining.framework.connections
Methods in org.processmining.framework.connections that return MultiSet Modifier and Type Method Description MultiSet<java.lang.Object>Connection. getObjects()Return all objects contained in this connection, without their labels. -
Uses of MultiSet in org.processmining.framework.connections.impl
Methods in org.processmining.framework.connections.impl that return MultiSet Modifier and Type Method Description MultiSet<java.lang.Object>AbstractConnection. getObjects() -
Uses of MultiSet in org.processmining.framework.util.collection
Subinterfaces of MultiSet in org.processmining.framework.util.collection Modifier and Type Interface Description interfaceSortedMultiSet<T>Classes in org.processmining.framework.util.collection that implement MultiSet Modifier and Type Class Description classAbstractMultiSet<T,M extends java.util.Map<T,java.lang.Integer>>This class implements a mutliset.classHashMultiSet<T>classLinkedHashMultiSet<T>classTreeMultiSet<T>Methods in org.processmining.framework.util.collection with type parameters of type MultiSet Modifier and Type Method Description protected <S extends MultiSet<T>>
SAbstractMultiSet. removeAllMultiSet(AbstractMultiSet<?,?> mset, S removed)Methods in org.processmining.framework.util.collection with parameters of type MultiSet Modifier and Type Method Description booleanAbstractMultiSet. isLessOrEqual(MultiSet<T> multiSet)returns true if this multiset is less or equal to the given multiset, i.e.booleanMultiSet. isLessOrEqual(MultiSet<T> multiSet)returns true if this multiset is less or equal to the given multiset, i.e.booleanAbstractMultiSet. retainAll(MultiSet<?> c)Keeps all elements of the given collection in this multiset.
-