标签:singletonList

  • Java Collections singletonList()

    singletonList() 用于获取一个仅包含指定对象的不可变列表。1 语法public static <T> List<T> singletonList(T o) 2 参数o:该