gee-1.0 Reference Manual

Synopsis

public interface Iterator < G >  {
    public    abstract bool             next                      (  ) ;
    public    abstract G??              get                       (  ) ;
}

Description

Details

Signal Details

Property Details

Method Details

next ()
    public    abstract bool             next                      (  ) ;		

get ()
    public    abstract G??              get                       (  ) ;		


Created by Valadoc