Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ count
Method
count
src/java/com/libmailcore/IndexSet.java:20–20 ·
view source on GitHub ↗
Returns the number of indexes.
()
Source
from the content-addressed store, hash-verified
18
19
/** Returns the number of indexes. */
20
public
native
int
count();
21
/** Adds an index. */
22
public
native
void
addIndex(long idx);
23
/** Removes an index. */
Callers
2
hashmapObjectToJavaConverter
Function · 0.45
arrayObjectToJavaConverter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected