Uses of Interface
net.officefloor.frame.internal.structure.LinkedListSet
Packages that use LinkedListSet
Package
Description
-
Uses of LinkedListSet in net.officefloor.frame.impl.execute.function
Methods in net.officefloor.frame.impl.execute.function with parameters of type LinkedListSetModifier and TypeMethodDescriptionstatic <E extends LinkedListSetEntry<E,O>, O>
FunctionStateLinkedListSetPromise.all(LinkedListSet<E, O> linkedListSet, LinkedListSetPromise.Translate<E> translate) Executes aFunctionStatefor all entries of theLinkedListSet.static <E extends LinkedListSetEntry<E,O>, O>
FunctionStateLinkedListSetPromise.purge(LinkedListSet<E, O> linkedListSet, LinkedListSetPromise.Translate<E> translate) Purges theLinkedListSetand executes aFunctionStatefor each item. -
Uses of LinkedListSet in net.officefloor.frame.impl.execute.linkedlistset
Classes in net.officefloor.frame.impl.execute.linkedlistset that implement LinkedListSetModifier and TypeClassDescriptionclassComparatorLinkedListSet<E extends LinkedListSetEntry<E,O>, O> LinkedListSetthat comparesLinkedListSetEntryinstances before adding asLinkedListSetEntrymay hold content that should not be re-added to theLinkedListSet.classStrictLinkedListSet<E extends LinkedListSetEntry<E,O>, O> LinkedListSetthat provides strict adherence to ensuring correctness. -
Uses of LinkedListSet in net.officefloor.frame.impl.execute.thread
Fields in net.officefloor.frame.impl.execute.thread declared as LinkedListSetModifier and TypeFieldDescriptionprotected final LinkedListSet<Flow,ThreadState> ThreadStateImpl.activeFlowsActiveFlowinstances for thisThreadState.