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

Method removeIndex

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

Removes an index.

(long idx)

Source from the content-addressed store, hash-verified

22 public native void addIndex(long idx);
23 /** Removes an index. */
24 public native void removeIndex(long idx);
25 /** Returns whether the set of indexes holds the given value. */
26 public native boolean containsIndex(long idx);
27

Calls

no outgoing calls

Tested by

no test coverage detected