U - the type representing the updatespublic class CmsSynchronizedUpdateSet<U> extends java.lang.Object
| Constructor and Description |
|---|
CmsSynchronizedUpdateSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(U update)
Adds a new update.
|
java.util.Set<U> |
removeAll()
Removes all updates from the internal set and returns a new set containing the removed updates.
|
public CmsSynchronizedUpdateSet()