public class CharacteristicWords extends Object
Vector<Double>
topScores
Vector<String>
topWords
CharacteristicWords(int capacity)
void
addElement(String w, double score)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Vector<String> topWords
public Vector<Double> topScores
public CharacteristicWords(int capacity)
public void addElement(String w, double score)
public String toString()
toString
Object
Copyright © 2017. All rights reserved.