MCPcopy Create free account
hub / github.com/apache/poi / IntList

Method IntList

src/java/org/apache/poi/util/IntList.java:57–60  ·  view source on GitHub ↗

create an IntList of default size

()

Source from the content-addressed store, hash-verified

55 */
56
57 public IntList()
58 {
59 this(_default_size);
60 }
61
62 public IntList(final int initialCapacity)
63 {

Callers

nothing calls this directly

Calls 2

fillArrayMethod · 0.95
arraycopyMethod · 0.80

Tested by

no test coverage detected