Iterator.prev

If the iterator is already positioned at the beginning, returns false. Otherwise positions the iterator at the previous entry and returns true.

class Iterator
bool
prev
()

Meta