Implements a First In First Out list. Equivalent to a stack where elements are removed from the opposite end to where the are added. Hence the Stack terms "push" and pop" are used. Only real addition over Java library is method to add children of a node.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected