Package de.linusdev.lutils.llist
Class LLinkedListEntry<O>
java.lang.Object
de.linusdev.lutils.llist.LLinkedListEntry<O>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable LLinkedListEntry<O>getNext()getValue()voidsetNext(@Nullable LLinkedListEntry<O> next) void
-
Constructor Details
-
LLinkedListEntry
-
-
Method Details
-
getNext
-
setNext
-
getValue
-
setValue
-