Uses of Class
ch.nolix.base.foundation.linkedlist.SimpleLinkedList
Packages that use SimpleLinkedList
-
Uses of SimpleLinkedList in ch.nolix.base.foundation.linkedlist
Methods in ch.nolix.base.foundation.linkedlist that return SimpleLinkedListModifier and TypeMethodDescriptionstatic <T> SimpleLinkedList<T> SimpleLinkedList.createEmpty()static <T> SimpleLinkedList<T> SimpleLinkedList.fromArray(T[] array) static <T> SimpleLinkedList<T> SimpleLinkedList.withElements(Iterable<T> elements) static <T> SimpleLinkedList<T> SimpleLinkedList.withElements(T... elements) Methods in ch.nolix.base.foundation.linkedlist with parameters of type SimpleLinkedListModifier and TypeMethodDescriptionstatic String[]SimpleLinkedList.createArrayFromList(SimpleLinkedList<String> list)