TreeSet


Object Hierarchy:

Object hierarchy for TreeSet

Description:

public class TreeSet<G> : AbstractSet<G?>, SortedSet<G?>

Left-leaning red-black tree implementation of the Set interface.

This implementation is especially well designed for large quantity of data. The (balanced) tree implementation insure that the set and get methods are in logarithmic complexity. For a linear implementation see HashSet .

See also:

HashSet



Namespace: Gee
Package: gee-1.0

Content:

Creation methods:

Properties:

Methods:


Generated by Valadoc