com.hankcs.hanlp.algoritm.ahocorasick.interval
类 IntervalableComparatorByPosition

java.lang.Object
  继承者 com.hankcs.hanlp.algoritm.ahocorasick.interval.IntervalableComparatorByPosition
所有已实现的接口:
Comparator<Intervalable>

public class IntervalableComparatorByPosition
extends Object
implements Comparator<Intervalable>

按起点比较区间


构造方法摘要
IntervalableComparatorByPosition()
           
 
方法摘要
 int compare(Intervalable intervalable, Intervalable intervalable2)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 java.util.Comparator 继承的方法
equals
 

构造方法详细信息

IntervalableComparatorByPosition

public IntervalableComparatorByPosition()
方法详细信息

compare

public int compare(Intervalable intervalable,
                   Intervalable intervalable2)
指定者:
接口 Comparator<Intervalable> 中的 compare


Copyright © 2014–2015 码农场. All rights reserved.