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

Method getRow

code/src/java/pcgen/cdom/format/table/DataTable.java:316–320  ·  view source on GitHub ↗
(LookupType lookupType, Object lookupValue)

Source from the content-addressed store, hash-verified

314 }
315
316 private Object[] getRow(LookupType lookupType, Object lookupValue)
317 {
318 Function<? super Map<Object, Object[]>, Object[]> p = lookupType.getRowFor(lookupValue);
319 return p.apply(dataByRow);
320 }
321
322 /**
323 * Trims this DataTable to reduce memory usage. Similar to trim() in

Callers 4

hasRowMethod · 0.95
lookupMethod · 0.95
canImportMethod · 0.80
importDataMethod · 0.80

Calls 2

getRowForMethod · 0.80
applyMethod · 0.65

Tested by

no test coverage detected