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

Method getFormat

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

Returns the FormatManager for the given column (zero indexed). @param i The column number for which the FormatManager should be returned @return The format for the given column (zero indexed)

(int i)

Source from the content-addressed store, hash-verified

229 * @return The format for the given column (zero indexed)
230 */
231 public FormatManager<?> getFormat(int i)
232 {
233 return columns.get(i).getFormatManager();
234 }
235
236 /**
237 * Returns the FormatManager for the column with the given name.

Callers 4

testBasicMethod · 0.95
testIndependenceMethod · 0.95
evaluateMethod · 0.95

Calls 6

orElseThrowMethod · 0.80
streamMethod · 0.80
getFormatManagerMethod · 0.65
getMethod · 0.65
equalsMethod · 0.65
getNameMethod · 0.65

Tested by 3

testBasicMethod · 0.76
testIndependenceMethod · 0.76