|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractSet
|
+--java.util.TreeSet
|
+--edu.stanford.nlp.util.Beam
|
+--edu.stanford.nlp.util.LikelihoodBeam
LikelihoodBeam
| Constructor Summary | |
LikelihoodBeam(int maxBeamSize)
|
|
| Method Summary | |
boolean |
add(Object o)
|
void |
clear()
|
Iterator |
iterator()
|
boolean |
remove(Object o)
|
| Methods inherited from class edu.stanford.nlp.util.Beam |
addAll, capacity, removeAll, retainAll |
| Methods inherited from class java.util.TreeSet |
clone, comparator, contains, first, headSet, isEmpty, last, size, subSet, tailSet |
| Methods inherited from class java.util.AbstractSet |
equals, hashCode |
| Methods inherited from class java.util.AbstractCollection |
containsAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
containsAll, equals, hashCode, toArray, toArray |
| Constructor Detail |
public LikelihoodBeam(int maxBeamSize)
| Method Detail |
public boolean add(Object o)
add in interface Setadd in class Beampublic boolean remove(Object o)
remove in interface Setremove in class Beampublic void clear()
clear in interface Setclear in class TreeSetpublic Iterator iterator()
iterator in interface Setiterator in class TreeSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||