Klasse java.util.TreeSet | 1.2 |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractSet | +--java.util.TreeSet
Konstruktoren | |
---|---|
public | TreeSet() |
public | TreeSet(SortedSet m) |
public | TreeSet(Comparator c) |
public | TreeSet(Collection c) |
Methoden | |
---|---|
public boolean | add(Object o) |
public synchronized boolean | addAll(Collection c) |
public void | clear() |
public void | clone() |
public Comparator | comparator() |
public boolean | contains(Object o) |
public Object | first() |
public SortedSet | headSet(Object toElement) |
public Iterator | iterator() |
public Object | last() |
public boolean | remove(Object o) |
public int | size() |
public SortedSet | subSet(Object fromElement, Object toElement) |
public SortedSet | tailSet(Object fromElement) |