I - input symbol typepublic class TransList<I> extends IntrusiveList<AbstractHypTrans<I>>
next| Constructor and Description |
|---|
TransList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractHypTrans<I> trans) |
void |
addAll(TransList<I> list) |
AbstractHypTrans<I> |
chooseMinimal() |
AbstractHypTrans<I> |
poll() |
int |
size() |
choose, isEmpty, iteratorgetNextElement, setNextElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(AbstractHypTrans<I> trans)
public AbstractHypTrans<I> chooseMinimal()
public AbstractHypTrans<I> poll()
public int size()
Copyright © 2018. All rights reserved.