I - input symbol typepublic class BlockList<I,D> extends IntrusiveList<AbstractBaseDTNode<I,D>>
AbstractBaseDTNodes). The list is implemented as a
singly-linked list, and allows O(1) insertion and removal of elements.next| Constructor and Description |
|---|
BlockList() |
| Modifier and Type | Method and Description |
|---|---|
void |
insertBlock(AbstractBaseDTNode<I,D> blockRoot)
Inserts a block into the list.
|
choose, isEmpty, iteratorgetNextElement, setNextElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void insertBlock(AbstractBaseDTNode<I,D> blockRoot)
blockRoot - the root node of the block to be insertedCopyright © 2018. All rights reserved.