v0.6.0
Adds contentEquals
methods to Deque
and ByteDeque
.
The contentEquals
compares the contents of 2 deque instances to test if they are equal. Unlike the equals
method, this method does
not take into account deque specifics such as capacity.