BidirMapIterator
  
  Object Hierarchy:
  
 
  Description:
  [ 
GenericAccessors ]
public interface BidirMapIterator<
K,
V> : 
MapIterator<
K,
V>
  
    A bi-directional Map iterator.
   
  
  
  Content:
  Methods:
  
    - public abstract bool first ()
      
      Goes back to the first element.
       
- public abstract bool has_previous ()
      
      Checks whether there is a previous element in the iteration.
       
- public abstract bool last ()
      
      Advances to the last element in the iteration.
       
- public abstract bool previous ()
      
      Rewinds to the previous element in the iteration.
       
Inherited Members:
  
    All known members inherited from interface Gee.MapIterator