标签:singleton

  • Java Collections singleton()

    singleton() 用于获取一个仅包含指定对象的不可变集合。1 语法public static <T> Set<T> singleton(T o) 2 参数o:该对象将存储