Package org.cip4.jdflib.util
Class CPUTimer.CPUTimerFactory.ThreadIdentifier
- java.lang.Object
-
- org.cip4.jdflib.util.CPUTimer.CPUTimerFactory.ThreadIdentifier
-
- Enclosing class:
- CPUTimer.CPUTimerFactory
protected class CPUTimer.CPUTimerFactory.ThreadIdentifier extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThreadIdentifier(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj-- Returns:
- See Also:
Object.equals(java.lang.Object)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object- Returns:
- See Also:
Object.hashCode()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- Returns:
- See Also:
Object.toString()
-
-