TreeMap
Object Hierarchy:
Description:
public class TreeMap<
K,
V> :
AbstractMap<
K,
V>
Left-leaning red-black tree implementation of the Map 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.
See also:
HashMap
Content:
Properties:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gee.AbstractMap
All known members inherited from class GLib.Object
All known members inherited from interface Gee.Iterable
All known members inherited from interface Gee.Map