MCPcopy Create free account
hub / github.com/antlr/codebuff / TreeRow

Method TreeRow

output/java_guava/1.4.17/TreeBasedTable.java:188–190  ·  view source on GitHub ↗
(R rowKey)

Source from the content-addressed store, hash-verified

186 @Nullable final C upperBound;
187
188 TreeRow(R rowKey) {
189 this(rowKey, null, null);
190 }
191
192 TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) {
193 super(rowKey);

Callers

nothing calls this directly

Calls 2

compareMethod · 0.95
checkArgumentMethod · 0.45

Tested by

no test coverage detected