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 TypeMethodDescriptionvoidChain.insertAfter(Chain<E> toInsert, E point) InsertstoInsertin the Chain afterpoint.voidChain.insertBefore(Chain<E> toInsert, E point) InsertstoInsertin the Chain beforepoint.