Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ len
Method
len
chapter21/src/main/java/com/seaofnodes/simple/Ary.java:20–20 ·
view source on GitHub ↗
@return active list length
()
Source
from the content-addressed store, hash-verified
18
public
boolean isEmpty() {
return
_len==0; }
19
/** @
return
active list length */
20
public
int
len() {
return
_len; }
21
public
int
size() {
return
len(); }
22
23
/** @param i element index
Callers
1
size
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected