Unique Queue
A unique ArrayDeque that utilizes a hash set to check whether something already exists in the queue. This implementation is NOT thread-safe.
A unique ArrayDeque that utilizes a hash set to check whether something already exists in the queue. This implementation is NOT thread-safe.