MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / iterator

Method iterator

src/Bytes.java:629–631  ·  view source on GitHub ↗

Returns an iterator that goes through all the entries in this map.

()

Source from the content-addressed store, hash-verified

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() {

Calls

no outgoing calls