Class ClassKey<T>
- java.lang.Object
-
- org.processmining.specpp.datastructures.util.NoRehashing<T>
-
- org.processmining.specpp.supervision.observations.StaticHashWrapper<java.lang.Class<? extends T>>
-
- org.processmining.specpp.supervision.observations.ClassKey<T>
-
- All Implemented Interfaces:
StatisticKey,Immutable,ProperlyHashable,ProperlyPrintable
public class ClassKey<T> extends StaticHashWrapper<java.lang.Class<? extends T>>
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.datastructures.util.NoRehashing
internal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> ClassKey<? extends T>ofObj(T obj)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
-
ClassKey
public ClassKey(java.lang.Class<? extends T> internal)
-
-
Method Detail
-
ofObj
public static <T> ClassKey<? extends T> ofObj(T obj)
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classStaticHashWrapper<java.lang.Class<? extends T>>
-
-