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

Method intersectsIndexSet

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

Intersects with the given set of indexes.

(IndexSet indexSet)

Source from the content-addressed store, hash-verified

39 public native void removeIndexSet(IndexSet indexSet);
40 /** Intersects with the given set of indexes. */
41 public native void intersectsIndexSet(IndexSet indexSet);
42
43 /** Returns all the ranges that the set contains. */
44 public native List<Range> allRanges();

Calls

no outgoing calls

Tested by

no test coverage detected