SortedMap
Object Hierarchy:
Description:
public interface SortedMap<
K,
V> :
Map<
K,
V>
All known implementing classes:
All known sub-interfaces:
Content:
Properties:
Static methods:
Methods:
- public abstract SortedMap<K,V> head_map (K before)
- public abstract SortedMap<K,V> sub_map (K before, K after)
- public abstract SortedMap<K,V> tail_map (K after)
Inherited Members:
All known members inherited from interface Gee.Map