MCPcopy Create free account
hub / github.com/PCGen/pcgen / trim

Method trim

code/src/java/pcgen/cdom/format/table/DataTable.java:326–329  ·  view source on GitHub ↗

Trims this DataTable to reduce memory usage. Similar to trim() in java.util.ArrayList.

()

Source from the content-addressed store, hash-verified

324 * java.util.ArrayList.
325 */
326 public void trim()
327 {
328 columns.trimToSize();
329 }
330
331 @Override
332 public String getKeyName()

Callers 15

valueOfMethod · 0.80
unescapeMethod · 0.80
parsePCClassTextMethod · 0.80
parsePCClassTextMethod · 0.80
testPartyForMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls 1

trimToSizeMethod · 0.45

Tested by 7

parsePCClassTextMethod · 0.64
parsePCClassTextMethod · 0.64
testPartyForMethod · 0.64
parseLineMethod · 0.64