Uses of Interface
qilin.util.Chain
-
Uses of Chain in qilin.util
Modifier and TypeMethodDescriptionvoid
Chain.insertAfter
(Chain<E> toInsert, E point) InsertstoInsert
in the Chain afterpoint
.void
Chain.insertBefore
(Chain<E> toInsert, E point) InsertstoInsert
in the Chain beforepoint
.