April 05
Prde. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Implementação:
TreeSet
n
Implementação da interface
SortedSet
,
suportada por uma instância de
TreeMap
n
Construtores:
n
public TreeSet()
n
public TreeSet(Collection c)
n
public TreeSet(Comparator c)
n
public TreeSet(SortedSet s)
n
n