MCPcopy Create free account
hub / github.com/M66B/FairEmail / size

Method size

app/src/main/java/com/sun/mail/imap/protocol/UIDSet.java:44–46  ·  view source on GitHub ↗

Count the total number of elements in a UIDSet @return the number of elements

()

Source from the content-addressed store, hash-verified

42 * @return the number of elements
43 */
44 public long size() {
45 return end - start + 1;
46 }
47
48 /**
49 * Convert an array of longs into an array of UIDSets

Callers 2

handleResponseMethod · 0.95
toArrayMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected