Returns an iterator that goes through all the entries in this map.
()
| 627 | |
| 628 | /** Returns an iterator that goes through all the entries in this map. */ |
| 629 | public Iterator<Map.Entry<byte[], V>> iterator() { |
| 630 | return super.entrySet().iterator(); |
| 631 | } |
| 632 | |
| 633 | /** {@code byte[]} friendly implementation. */ |
| 634 | public String toString() { |
no outgoing calls