- java.lang.Object
-
- jp.cafebabe.birthmarks.pairs.PairMatcherType
-
- All Implemented Interfaces:
Serializable
,Comparable<PairMatcherType>
public final class PairMatcherType extends Object implements Serializable, Comparable<PairMatcherType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PairMatcherType(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PairMatcherType other)
boolean
equals(Object object)
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
PairMatcherType
public PairMatcherType(String name)
-
-
Method Detail
-
compareTo
public int compareTo(PairMatcherType other)
- Specified by:
compareTo
in interfaceComparable<PairMatcherType>
-
-