package ϿܣLSP; /** * Set接口(无序不重复集合? * @author * @version 1.0 * @created 23-10-2025 21:37:44 */ public interface Set extends Collection { }