MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / allRanges

Method allRanges

src/java/com/libmailcore/IndexSet.java:44–44  ·  view source on GitHub ↗

Returns all the ranges that the set contains.

()

Source from the content-addressed store, hash-verified

42
43 /** Returns all the ranges that the set contains. */
44 public native List<Range> allRanges();
45 /** Returns the number of ranges that the set contains. */
46 public native int rangesCount();
47 /** Empties the set. */

Calls

no outgoing calls

Tested by

no test coverage detected