Uses of Interface
io.permazen.core.util.ObjIdQueue
Packages that use ObjIdQueue
-
Uses of ObjIdQueue in io.permazen.core.util
Methods in io.permazen.core.util that return ObjIdQueueModifier and TypeMethodDescriptionstatic ObjIdQueue
ObjIdQueues.fifo()
Create a new empty instance with first-in-first-out (FIFO) behavior.static ObjIdQueue
Create a new instance with first-in-first-out (FIFO) behavior and initial contents copied from the given set.static ObjIdQueue
ObjIdQueues.lifo()
Create a new empty instance with last-in-first-out (LIFO) behavior.static ObjIdQueue
Create a new instance with last-in-first-out (LIFO) behavior and initial contents copied from the given set.static ObjIdQueue
ObjIdQueues.unordered()
Create a new empty instance with no guaranted ordering.static ObjIdQueue
Create a new instance with no guaranted ordering and initial contents copied from the given set.