MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / size

Method size

src/main/java/com/rtg/util/MultiMap.java:207–209  ·  view source on GitHub ↗

Invokes size on backing Map. @return the number of keys.

()

Source from the content-addressed store, hash-verified

205 * @return the number of keys.
206 */
207 public int size() {
208 return mMap.size();
209 }
210
211 @Override
212 public int hashCode() {

Callers 11

integrityMethod · 0.45
addRecordMethod · 0.45
compareListMethod · 0.45
runMethod · 0.45
splitMethod · 0.45
setAlignmentMethod · 0.45
addHeaderRowMethod · 0.45
addRowMethod · 0.45
numRowsMethod · 0.45
toStringMethod · 0.45
getAsTsvMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected