MCPcopy Create free account
hub / github.com/dhale/jtk / ArrayQueue

Class ArrayQueue

core/src/main/java/edu/mines/jtk/util/ArrayQueue.java:37–225  ·  view source on GitHub ↗

A first-in-first-out (FIFO) queue implemented with an array. This array-based implementation is optimized for performance. Entries can be added/removed to/from the queue in amortized constant time. The cost of adding/removing N entries to/from the queue is O(N), and the constant factor is less t

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