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

Method containsIndex

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

Returns whether the set of indexes holds the given value.

(long idx)

Source from the content-addressed store, hash-verified

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
28 /** Adds a range of values. */
29 public native void addRange(Range range);

Calls

no outgoing calls

Tested by

no test coverage detected