| Package | Description |
|---|---|
| com.hankcs.hanlp.seg.NShort.Path |
| Modifier and Type | Field and Description |
|---|---|
QueueElement |
QueueElement.next
下一个,这是一个链表结构的最小堆
|
| Modifier and Type | Method and Description |
|---|---|
QueueElement |
CQueue.deQueue()
从队列中取出前面的一个元素
|
QueueElement |
CQueue.GetFirst()
读取第一个元素,但不执行DeQueue操作
|
QueueElement |
CQueue.GetNext()
读取上次读取后的下一个元素,不执行DeQueue操作
|
| Modifier and Type | Method and Description |
|---|---|
int |
QueueElement.compareTo(QueueElement other) |
void |
CQueue.enQueue(QueueElement newElement)
将QueueElement根据eWeight由小到大的顺序插入队列
|
Copyright © 2014–2021 码农场. All rights reserved.