public class Sentence extends Object implements Serializable
List<IWord>
wordList
Sentence(List<IWord> wordList)
static Sentence
create(String param)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public List<IWord> wordList
public Sentence(List<IWord> wordList)
public String toString()
toString
Object
public static Sentence create(String param)
Copyright © 2014–2017 码农场. All rights reserved.