Uses of Class
main.otogamidev.list.LinkedList
Packages that use LinkedList
-
Uses of LinkedList in main.otogamidev.utils
Methods in main.otogamidev.utils with parameters of type LinkedListModifier and TypeMethodDescriptionstatic String
Utils.getListWithoutSpecificIndex
(LinkedList<Integer> list, int ignorePosition) Metodo responsável pela comversão de uma lista encadeada em string, ignorando determinado elemento.