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

Method increasedSize

JSAT/src/jsat/utils/DoubleList.java:100–103  ·  view source on GitHub ↗

Marks the increase of size of this list, and reflects the change in the parent

(int added)

Source from the content-addressed store, hash-verified

98 * Marks the increase of size of this list, and reflects the change in the parent
99 */
100 private void increasedSize(int added)
101 {
102 end+=added;
103 }
104
105 private void boundsCheck(int index) throws IndexOutOfBoundsException
106 {

Callers 1

addMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected