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(); |
Implementers 6
TestTableguava-tests/test/com/google/common/col TestTableandroid/guava-tests/test/com/google/co