/** * This method (aka "null") returns whether this list is empty. * * @access public * @static * @param IHashMap\Type $xs the hash map * @return IBool\Type whether the list is empty */ public static function isEmpty(IHashMap\Type $xs) : IBool\Type { return $xs->isEmpty(); }