/** * This method returns all of the items in the hash map. * * @access public * @static * @param IHashMap\Type $xs the hash map * @return IArrayList\Type all items in the hash map */ public static function items(IHashMap\Type $xs) : IArrayList\Type { return $xs->items(); }