MCPcopy Create free account
hub / github.com/eclab/edisyn / IntBag

Class IntBag

edisyn/util/IntBag.java:25–395  ·  view source on GitHub ↗

Maintains a simple array (objs) of ints and the number of ints (numObjs) in the array (the array can be bigger than this number). You are encouraged to access the ints directly; they are stored in positions [0 ... numObjs-1]. If you wish to extend the array, you should call the resize

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