Uses of Interface
net.officefloor.frame.internal.structure.LinkedListSet
-
Packages that use LinkedListSet Package Description net.officefloor.frame.impl.execute.function net.officefloor.frame.impl.execute.linkedlistset net.officefloor.frame.impl.execute.thread -
-
Uses of LinkedListSet in net.officefloor.frame.impl.execute.function
Methods in net.officefloor.frame.impl.execute.function with parameters of type LinkedListSet Modifier and Type Method Description static <E extends LinkedListSetEntry<E,O>,O>
FunctionStateLinkedListSetPromise. all(LinkedListSet<E,O> linkedListSet, LinkedListSetPromise.Translate<E> translate)
Executes aFunctionState
for all entries of theLinkedListSet
.static <E extends LinkedListSetEntry<E,O>,O>
FunctionStateLinkedListSetPromise. purge(LinkedListSet<E,O> linkedListSet, LinkedListSetPromise.Translate<E> translate)
Purges theLinkedListSet
and executes aFunctionState
for each item. -
Uses of LinkedListSet in net.officefloor.frame.impl.execute.linkedlistset
Classes in net.officefloor.frame.impl.execute.linkedlistset that implement LinkedListSet Modifier and Type Class Description class
ComparatorLinkedListSet<E extends LinkedListSetEntry<E,O>,O>
LinkedListSet
that comparesLinkedListSetEntry
instances before adding asLinkedListSetEntry
may hold content that should not be re-added to theLinkedListSet
.class
StrictLinkedListSet<E extends LinkedListSetEntry<E,O>,O>
LinkedListSet
that 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 LinkedListSet Modifier and Type Field Description protected LinkedListSet<Flow,ThreadState>
ThreadStateImpl. activeFlows
ActiveFlow
instances for thisThreadState
.
-