SwayDB
SwayDB copied to clipboard
StreamFree.iterator's hasNext method should check if next() was invoked
Invoking hasNext on Stream's iterator @line-326 would move the Stream forward.
hasNext should only move the Stream forward if next() was invoked.