Android中的<T>代表什么意思

xiaoxiao2025-08-17  23

public interface BeanCallback<T> { void onError(String msg); void onSuccess(T t); }

 

<T>为泛型参数,  代表不确定因素,也可以说是任意的,动态的。

转载请注明原文地址: https://www.6miu.com/read-5034963.html

最新回复(0)