public class UniqueSeenQueue<T> extends Object
Constructor and Description |
---|
UniqueSeenQueue(Collection<? extends T> c) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T c) |
boolean |
add(T c,
boolean ifUnseen) |
void |
addAll(Collection<? extends T> ts) |
boolean |
addIfUnseen(T c) |
boolean |
isEmpty() |
T |
removeFirst() |
public UniqueSeenQueue(Collection<? extends T> c)
Copyright © 2011-2021. All Rights Reserved.