Interface PerformanceSectionName
- All Superinterfaces:
Comparable<PerformanceSectionName>
- All Known Implementing Classes:
PerformanceSectionNameImpl
@ClassVersion(sourceVersion="$Id: PerformanceSectionName.java 1211 2026-05-01 15:24:10Z tquadrat $")
@API(status=STABLE,
since="0.25.0")
public sealed interface PerformanceSectionName
extends Comparable<PerformanceSectionName>
permits PerformanceSectionNameImpl
This interface describes the name for a a "Performance Section".
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: PerformanceSectionName.java 1211 2026-05-01 15:24:10Z tquadrat $
- Since:
- 0.25.0
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.perflog.PerformanceSectionName"
-
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic <T extends PerformanceSectionName>
StringConverter<T> Returns theStringConverterfor instances of this class.inthashCode()toString()
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<PerformanceSectionName>
-
equals
-
getStringConverter
Returns theStringConverterfor instances of this class.- Type Parameters:
T- The type that is handled by the returnedStringConverterinstance.- Returns:
- The
StringConverter.
-
hashCode
-
toString
-
