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

Method removeRange

src/java/com/libmailcore/Range.java:23–23  ·  view source on GitHub ↗

Subtract otherRange from this range and returns the resulting set of indexes.

(Range otherRange)

Source from the content-addressed store, hash-verified

21
22 /** Subtract otherRange from this range and returns the resulting set of indexes. */
23 public native IndexSet removeRange(Range otherRange);
24 /** Union of otherRange and this range and returns the resulting set of indexes. */
25 public native IndexSet union(Range otherRange);
26 /** Returns the range resulting from the intersection. */

Calls

no outgoing calls

Tested by

no test coverage detected