T
public class SortedUniqueSet<T extends org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet.Unique & Comparable<T> & Serializable> extends Object implements Serializable
SortedUniqueSet()
void
add(T toAdd)
clear()
boolean
contains(String key)
Optional<T>
get(String key)
SortedSet<T>
getSortedItems()
isEmpty()
Iterator<T>
iterator()
remove(T toRemove)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SortedUniqueSet()
public void add(T toAdd)
public Optional<T> get(String key)
public boolean remove(T toRemove)
public SortedSet<T> getSortedItems()
public int size()
public boolean isEmpty()
public Iterator<T> iterator()
public boolean contains(String key)
public void clear()