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

Method size

corpus/java/training/guava/collect/Table.java:112–112  ·  view source on GitHub ↗

Returns the number of row key / column key / value mappings in the table.

()

Source from the content-addressed store, hash-verified

110 * Returns the number of row key / column key / value mappings in the table.
111 */
112 int size();
113
114 /**
115 * Compares the specified object with this table for equality. Two tables are

Callers 15

copyOfMethod · 0.65
distinctElementsMethod · 0.65
copyOfSortedEntriesMethod · 0.65
SerializedFormMethod · 0.65
DenseImmutableTableMethod · 0.65
isFullMethod · 0.65
entryIteratorMethod · 0.65
sizeMethod · 0.65
toArrayMethod · 0.65
createAsListMethod · 0.65
addAllMethod · 0.65
sizeMethod · 0.65

Implementers 5

ForwardingTableoutput/java_guava/1.4.17/ForwardingTab
ForwardingTableoutput/java_guava/1.4.19/ForwardingTab
ForwardingTableoutput/java_guava/1.4.16/ForwardingTab
ForwardingTableoutput/java_guava/1.4.18/ForwardingTab
ForwardingTablecorpus/java/training/guava/collect/For

Calls

no outgoing calls

Tested by

no test coverage detected