Uses of Interface
net.officefloor.frame.internal.structure.LinkedListSetItem
-
Packages that use LinkedListSetItem Package Description net.officefloor.frame.impl.execute.linkedlistset net.officefloor.frame.internal.structure -
-
Uses of LinkedListSetItem in net.officefloor.frame.impl.execute.linkedlistset
Classes in net.officefloor.frame.impl.execute.linkedlistset that implement LinkedListSetItem Modifier and Type Class Description protected class
StrictLinkedListSet.LinkedListItemImpl
Implementation of theLinkedListSetItem
.Methods in net.officefloor.frame.impl.execute.linkedlistset that return LinkedListSetItem Modifier and Type Method Description LinkedListSetItem<E>
StrictLinkedListSet. copyEntries()
LinkedListSetItem<E>
StrictLinkedListSet.LinkedListItemImpl. getNext()
Constructors in net.officefloor.frame.impl.execute.linkedlistset with parameters of type LinkedListSetItem Constructor Description LinkedListItemImpl(E entry, LinkedListSetItem<E> next)
Initiate. -
Uses of LinkedListSetItem in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return LinkedListSetItem Modifier and Type Method Description LinkedListSetItem<I>
LinkedListSet. copyEntries()
Creates a copy of thisLinkedListSet
returning the head of the copy.LinkedListSetItem<I>
LinkedListSetItem. getNext()
Obtains the nextLinkedListSetItem
copied out of theLinkedListSet
.
-