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

Method intersectsRange

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

Intersects with the given range. The set is modified to contains only indexes that are part of the given range.

(Range range)

Source from the content-addressed store, hash-verified

32 /** Intersects with the given range. The set is modified to contains only indexes that
33 are part of the given range. */
34 public native void intersectsRange(Range range);
35
36 /** Adds indexes of the given set of indexes. */
37 public native void addIndexSet(IndexSet indexSet);

Calls

no outgoing calls

Tested by

no test coverage detected