Beispiel #1
0
 /**
  * This method returns all key/value pairs in the hash map.
  *
  * @access public
  * @static
  * @param IHashMap\Type $xs                                 the hash map
  * @return IArrayList\Type                                  all key/value pairs in the
  *                                                          collection
  */
 public static function entries(IHashMap\Type $xs) : IArrayList\Type
 {
     return $xs->entries();
 }