MCPcopy
hub / github.com/google/guava / isEmpty

Method isEmpty

android/guava/src/com/google/common/collect/Table.java:117–117  ·  android/guava/src/com/google/common/collect/Table.java::Table.isEmpty

Returns {@code true} if the table contains no mappings.

()

Source from the content-addressed store, hash-verified

115
116 /** Returns {@code true} if the table contains no mappings. */
117 boolean isEmpty();
118
119 /** Returns the number of row key / column key / value mappings in the table. */
120 int size();

Callers 15

parseMethod · 0.65
getAllMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
copyOfMethod · 0.65
fromMapEntriesMethod · 0.65
fromMapBuilderEntriesMethod · 0.65
createMethod · 0.65
isEmptyMethod · 0.65
copyOfSortedEntriesMethod · 0.65
descendingMultisetMethod · 0.65

Implementers 6

ForwardingTableguava/src/com/google/common/collect/Fo
SynchronizedTableguava/src/com/google/common/collect/Sy
TestTableguava-tests/test/com/google/common/col
ForwardingTableandroid/guava/src/com/google/common/co
SynchronizedTableandroid/guava/src/com/google/common/co
TestTableandroid/guava-tests/test/com/google/co

Calls

no outgoing calls

Tested by 15

combineBuffersMethod · 0.52
isEmptyMethod · 0.52
executeMethod · 0.52
isSatisfiedMethod · 0.52
testClearMethod · 0.52
testGetAllPresentMethod · 0.52
checkExpirationMethod · 0.52
checkEvictionMethod · 0.52
checkEmptyMethod · 0.52
checkNothingLoggedMethod · 0.52
testBulkLoad_defaultMethod · 0.52