MCPcopy Create free account
hub / github.com/e2wugui/zeze / size

Method size

ZezeJava/ZezeJava/src/main/java/Zeze/Util/LongMap.java:8–8  ·  view source on GitHub ↗

Returns the number of elements in this map.

()

Source from the content-addressed store, hash-verified

6public interface LongMap<V> extends Iterable<V> {
7 /** Returns the number of elements in this map. */
8 int size();
9
10 /**
11 * Returns whether this map is empty.

Callers 15

sendMethod · 0.65
on_writeMethod · 0.65
decodeMethod · 0.65
wrapMethod · 0.65
wrapsMethod · 0.65
appendMethod · 0.65
write_bytebufferMethod · 0.65
on_receivedMethod · 0.65
OnSocketConnectedMethod · 0.65
EncodeMethod · 0.65
StartHandshakeMethod · 0.65

Calls

no outgoing calls

Tested by 15

on_receivedMethod · 0.52
trySendAddLogMethod · 0.52
testSimpleMethod · 0.52
testCompressRateMethod · 0.52
prepareDatasMethod · 0.52
testEncryptDecryptMethod · 0.52
testEncryptDecrypt2Method · 0.52
testOutputBufferCodecMethod · 0.52
testSerializeBeanMethod · 0.52
testSerializeDataMethod · 0.52
benchSendDecodeMethod · 0.52