Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
valueOf
Method · 0.80
unescape
Method · 0.80
outputUnusedProperties
Method · 0.80
testCustomEquipRoundRobin
Method · 0.80
testCustomEquipRoundRobinWithBase
Method · 0.80
parsePCClassText
Method · 0.80
parsePCClassText
Method · 0.80
testPartyFor
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
Calls
1
trimToSize
Method · 0.45
Tested by
7
outputUnusedProperties
Method · 0.64
testCustomEquipRoundRobin
Method · 0.64
testCustomEquipRoundRobinWithBase
Method · 0.64
parsePCClassText
Method · 0.64
parsePCClassText
Method · 0.64
testPartyFor
Method · 0.64
parseLine
Method · 0.64