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

Method addIndexSet

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

Adds indexes of the given set of indexes.

(IndexSet indexSet)

Source from the content-addressed store, hash-verified

35
36 /** Adds indexes of the given set of indexes. */
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. */

Calls

no outgoing calls

Tested by

no test coverage detected