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

Method decreaseSize

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

Makes the changes indicating that a number of items have been removed @param removed the number of items that were removed

(int removed)

Source from the content-addressed store, hash-verified

90 * @param removed the number of items that were removed
91 */
92 private void decreaseSize(int removed)
93 {
94 end-=removed;
95 }
96
97 /**
98 * Marks the increase of size of this list, and reflects the change in the parent

Callers 1

removeDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected