Uses of Interface
qilin.util.Chain
Packages that use Chain
-
Uses of Chain in qilin.util
Methods in qilin.util with parameters of type ChainModifier 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
.