📅  最后修改于: 2022-03-11 14:52:24.337000             🧑  作者: Mango
//Assuming that your object is a valid List object, you can use: Collections.singletonList(object) -- Returns an immutable list containing only the specified object.
List