java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.collect.SynchronizedLinkedSet<E> |
A serializable, inefficient, fully synchronized, linked pseudo-set. (Refer to
SynchronizedLinkedMap
for additional details.)
This class does not allow null keys.
Methods of this object are guaranteed to never raise ConcurrentModificationException.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SynchronizedLinkedSet() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | add(E e) | ||||||||||
void | clear() | ||||||||||
boolean | contains(E e) | ||||||||||
Set<E> | copyOfEntries() | ||||||||||
E |
firstEntry()
@return
| ||||||||||
boolean | isEmpty() | ||||||||||
boolean | remove(E e) | ||||||||||
int | size() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
@return
NoSuchElementException | if the map is empty |
---|