get Next
Returns the next element in this or defaultValue if the iterator is empty. The Iterables analog to this method is Iterables.getFirst.
Return
the next element of this or the default value
See also
Parameters
default Value
the default value to return if the iterator is empty