Class LinkedUnsortedList<E>
java.lang.Object
ca.spottedleaf.concurrentutil.set.LinkedUnsortedList<E>
- All Implemented Interfaces:
Iterable<E>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsFirst(E element) booleancontainsLast(E element) first()booleanisEmpty()iterator()last()pollLast()booleanremove(LinkedUnsortedList.Link<E> link) booleanremoveFirst(E element) booleanremoveLast(E element) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LinkedUnsortedList
public LinkedUnsortedList()
-
-
Method Details