com.alibaba.simpleimage.analyze.search.engine
类 Score
java.lang.Object
com.alibaba.simpleimage.analyze.search.engine.Score
- 所有已实现的接口:
- Comparable<Score>
public class Score
- extends Object
- implements Comparable<Score>
类Score.java的实现描述:TODO 类实现描述
- 作者:
- axman 2013-7-24 下午1:37:56
|
构造方法摘要 |
Score(int identity,
float score)
|
Score
public Score(int identity,
float score)
getScore
public float getScore()
setScore
public void setScore(float score)
getIdentity
public int getIdentity()
setIdentity
public void setIdentity(int identity)
compareTo
public int compareTo(Score s)
- 指定者:
- 接口
Comparable<Score> 中的 compareTo
Copyright © 2012–2015 Alibaba Group. All rights reserved.