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

Method rangesCount

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

Returns the number of ranges that the set contains.

()

Source from the content-addressed store, hash-verified

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. */
48 public native void removeAllIndexes();
49

Calls

no outgoing calls

Tested by

no test coverage detected