wrap Mutable List
将原生 MutableList(可变)包装为 MutableListWrapper。
Return
包装后的 MutableListWrapper。
Parameters
T
List 中元素的类型。
origin
原生 MutableList 对象。
将原生 MutableList(可变)包装为 MutableListWrapper。
包装后的 MutableListWrapper。
List 中元素的类型。
原生 MutableList 对象。