Example #1
0
 /**
  * This function is provided for STL compatibility. It is equivalent to 
  * first(). The list must not be empty. If the list can be empty, call 
  * isEmpty() before calling this function.
  * 
  * @return MString
  */
 public function front()
 {
     return parent::front();
 }