Exemple #1
0
 /**
  * This method returns the tuple as an array.
  *
  * @access public
  * @static
  * @param ITuple\Type $xs                                   the operand
  * @return IArrayList\Type                                  the tuple as an array list
  */
 public static function toArrayList(ITuple\Type $xs) : IArrayList\Type
 {
     return IArrayList\Type::box($xs->unbox());
 }