MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / Vector

Class Vector

src/java/util/Vector.java:39–404  ·  view source on GitHub ↗

Vector class (a growable array). Each vector tries to optimize storage management by maintaining a capacity and a capacityIncrement. The capacity is always at least as large as the vector size; it is usually larger because as elements are added to the vector, the vector's storage increases in ch

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