标签:emptySet

  • Java Collections emptySet()

    emptySet() 获取没有元素的Set。这些空集合本质上是不可变的。1 语法public static final <T> Set<T> emptySet() 2 参数无3