- 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 intcompareTo(PairMatcherType other)booleanequals(Object object)inthashCode()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
PairMatcherType
public PairMatcherType(String name)
 
 - 
 
- 
Method Detail
- 
compareTo
public int compareTo(PairMatcherType other)
- Specified by:
 compareToin interfaceComparable<PairMatcherType>
 
 - 
 
 -