current

current(value: Any output): Boolean;

The current method of the SetMergeIterator class returns the last value iterated by using the back or next method. This method returns true if the iterator is positioned on an entry in the merged view, or it returns false if the iterator is reset or it is positioned beyond the start or end of the merged view. The value parameter receives the entry of the current iterator position in the merged view.