|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.processmining.framework.models.transitionsystem.MultiSet<E>
public class MultiSet<E>
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
MultiSet()
|
|
MultiSet(java.util.Collection<E> docs)
|
Method Summary | |
---|---|
boolean |
add(E o)
|
boolean |
addAll(java.util.Collection<? extends E> o)
|
boolean |
equals(java.lang.Object o)
|
java.util.Map<E,java.lang.Integer> |
getDataMap()
|
boolean |
remove(java.lang.Object key)
|
Methods inherited from class java.util.ArrayList |
---|
add, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
public MultiSet()
public MultiSet(java.util.Collection<E> docs)
Method Detail |
---|
public boolean add(E o)
add
in interface java.util.Collection<E>
add
in interface java.util.List<E>
add
in class java.util.ArrayList<E>
public boolean addAll(java.util.Collection<? extends E> o)
addAll
in interface java.util.Collection<E>
addAll
in interface java.util.List<E>
addAll
in class java.util.ArrayList<E>
public boolean remove(java.lang.Object key)
remove
in interface java.util.Collection<E>
remove
in interface java.util.List<E>
remove
in class java.util.ArrayList<E>
public java.util.Map<E,java.lang.Integer> getDataMap()
public boolean equals(java.lang.Object o)
equals
in interface java.util.Collection<E>
equals
in interface java.util.List<E>
equals
in class java.util.AbstractList<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |