|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti.ST_FREE
public class Simti.ST_FREE
The structure for the free node list.
Field Summary | |
---|---|
(package private) int |
next
The next node in the free node list. 0: end of list, otherwise: the index of the next node |
(package private) int |
size
The number of consecutive free nodes. |
Constructor Summary | |
---|---|
Simti.ST_FREE()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int size
int next
Constructor Detail |
---|
public Simti.ST_FREE()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |