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

Method removeIndexSet

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

Removes indexes of the given set.

(IndexSet indexSet)

Source from the content-addressed store, hash-verified

37 public native void addIndexSet(IndexSet indexSet);
38 /** Removes indexes of the given set. */
39 public native void removeIndexSet(IndexSet indexSet);
40 /** Intersects with the given set of indexes. */
41 public native void intersectsIndexSet(IndexSet indexSet);
42

Calls

no outgoing calls

Tested by

no test coverage detected