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

Method IndexSet

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

Constructor.

()

Source from the content-addressed store, hash-verified

6public class IndexSet extends NativeObject {
7 /** Constructor. */
8 public IndexSet() {
9 setupNative();
10 }
11
12 /** Returns an empty set of indexes. */
13 public static native IndexSet indexSet();

Callers

nothing calls this directly

Calls 1

setupNativeMethod · 0.95

Tested by

no test coverage detected