MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / IntSet

Method IntSet

JSAT/src/jsat/utils/IntSet.java:32–35  ·  view source on GitHub ↗

Creates a new empty integer set

()

Source from the content-addressed store, hash-verified

30 * Creates a new empty integer set
31 */
32 public IntSet()
33 {
34 this(DEFAULT_CAPACITY);
35 }
36
37 /**
38 * Creates an empty integer set pre-allocated to store a specific number of

Callers

nothing calls this directly

Calls 4

addMethod · 0.95
getNextPow2TwinPrimeMethod · 0.80
sizeMethod · 0.65
maxMethod · 0.45

Tested by

no test coverage detected