Module jp.cafebabe.birthmarks
Package jp.cafebabe.birthmarks.pairs
Class AbstractPairMatcher<T extends Serializable>
- java.lang.Object
 - 
- jp.cafebabe.birthmarks.AbstractTask<PairMatcherType>
 - 
- jp.cafebabe.birthmarks.pairs.AbstractPairMatcher<T>
 
 
 
- 
- All Implemented Interfaces:
 PairMatcher<T>,Task<PairMatcherType>
- Direct Known Subclasses:
 GuessedPairMatcher,RoundRobinPairMatcher,SpecifiedPairMatcher
public abstract class AbstractPairMatcher<T extends Serializable> extends AbstractTask<PairMatcherType> implements PairMatcher<T>
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractPairMatcher(PairMatcherType type, Configuration config) 
- 
Method Summary
- 
Methods inherited from class jp.cafebabe.birthmarks.AbstractTask
configuration, type 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jp.cafebabe.birthmarks.pairs.PairMatcher
count, count, match, match, type 
- 
Methods inherited from interface jp.cafebabe.birthmarks.Task
configuration, stripEither, stripOptional 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AbstractPairMatcher
public AbstractPairMatcher(PairMatcherType type, Configuration config)
 
 - 
 
 -