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

Method addIndex

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

Adds an index.

(long idx)

Source from the content-addressed store, hash-verified

20 public native int count();
21 /** Adds an index. */
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. */

Calls

no outgoing calls

Tested by

no test coverage detected