IteratorBase.prev

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

class IteratorBase
abstract
bool
prev
()

Meta