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() |
choose, isEmpty, iterator, sizegetNextElement, 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()
Copyright © 2020. All rights reserved.