MCPcopy Create free account
hub / github.com/0xDE57/SpaceProject / DoubleArray

Class DoubleArray

core/src/main/java/com/spaceproject/math/DoubleArray.java:27–452  ·  view source on GitHub ↗

A resizable, ordered or unordered double array. Avoids the boxing that occurs with ArrayList . If unordered, this class avoids a memory copy when removing elements (the last element is moved to the removed element's position). @author Nathan Sweet

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