getLast

open override fun getLast(): Element(source)

Returns the last element. The element is placed at the end of the sequence.

If there is no element in the collection, EmptyDequeAccessException is thrown.

Throws

EmptyDequeAccessException

when the collection is empty.