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

Method setSize

src/java/util/Vector.java:135–144  ·  view source on GitHub ↗

Sets the size of the vector. If the size shrinks, the extra elements (at the end of the vector) are lost; if the size increases, the new elements are set to null. @param newSize the new size of the vector

(int newSize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

ensureCapacityMethod · 0.95

Tested by

no test coverage detected