-
@ThreadSafe() public final class BoundedLinkedHashSet<E extends Object>
-
-
Constructor Summary
Constructors Constructor Description BoundedLinkedHashSet(Integer maxSize)
-
Method Summary
-
-
Constructor Detail
-
BoundedLinkedHashSet
BoundedLinkedHashSet(Integer maxSize)
-
-
Method Detail
-
contains
@Synchronized() final Boolean contains(E o)
-
add
@Synchronized() final Boolean add(E key)
-
-
-
-