Class StaticHashWrapper<T>
- java.lang.Object
-
- org.processmining.specpp.datastructures.util.NoRehashing<T>
-
- org.processmining.specpp.supervision.observations.StaticHashWrapper<T>
-
- All Implemented Interfaces:
StatisticKey,Immutable,ProperlyHashable,ProperlyPrintable
- Direct Known Subclasses:
ClassKey
public class StaticHashWrapper<T> extends NoRehashing<T> implements StatisticKey
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.datastructures.util.NoRehashing
internal
-
-
Constructor Summary
Constructors Constructor Description StaticHashWrapper(T internal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.processmining.specpp.datastructures.util.NoRehashing
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
-
-
-
Constructor Detail
-
StaticHashWrapper
public StaticHashWrapper(T internal)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
-