MCPcopy Create free account
hub / github.com/amouat/diffxml / NodeFifo

Class NodeFifo

src/java/org/diffxml/diffxml/fmes/NodeFifo.java:38–116  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected