MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / GSSArray

Method GSSArray

Programs/Gssarray.java:17–21  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

15
16 //default constructor
17 GSSArray(int n)
18 {
19 arr = new int[n];
20 size = n;
21 }
22
23 int i = 0;
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected