Uses of Class
ch.nolix.base.datastructure.linkedlist.LinkedList
Packages that use LinkedList
Package
Description
-
Uses of LinkedList in ch.nolix.base.datastructure.linkedlist
Methods in ch.nolix.base.datastructure.linkedlist that return LinkedListModifier and TypeMethodDescriptionstatic <T> LinkedList<T> LinkedList.createEmpty()static <T> LinkedList<T> LinkedList.fromArray(T[] array) static <T> LinkedList<T> LinkedList.fromIterable(Iterable<T> container) static <T> LinkedList<T> LinkedList.withElement(T... element) static <T> LinkedList<T> LinkedList.withElements(T... elements) -
Uses of LinkedList in ch.nolix.base.datastructure.sequencesearch
Methods in ch.nolix.base.datastructure.sequencesearch with parameters of type LinkedList