Package georegression.geometry.polygon
Class CyclicalLinkedList<T>
java.lang.Object
org.ddogleg.struct.DogLinkedList<T>
georegression.geometry.polygon.CyclicalLinkedList<T>
Modified version of the linked list to provide support for being cyclical.
WARNING: This does not yet support all functions.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ddogleg.struct.DogLinkedList
DogLinkedList.Element<T extends Object>
-
Field Summary
Fields inherited from class org.ddogleg.struct.DogLinkedList
available, first, last, size
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class org.ddogleg.struct.DogLinkedList
addAll, addAll, find, getElement, getFirst, getHead, getLast, getTail, insertAfter, insertBefore, isEmpty, removeHead, removeTail, requestNew, reset, size, swap
-
Constructor Details
-
CyclicalLinkedList
public CyclicalLinkedList()
-
-
Method Details
-
pushHead
- Overrides:
pushHead
in classDogLinkedList<T>
-
pushTail
- Overrides:
pushTail
in classDogLinkedList<T>
-
remove
- Overrides:
remove
in classDogLinkedList<T>
-