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

Method addRange

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

Adds a range of values.

(Range range)

Source from the content-addressed store, hash-verified

27
28 /** Adds a range of values. */
29 public native void addRange(Range range);
30 /** Remove a range of values. */
31 public native void removeRange(Range range);
32 /** Intersects with the given range. The set is modified to contains only indexes that

Calls

no outgoing calls

Tested by

no test coverage detected