public class ListView<T> extends Object
ListView()
int
getCount()
List<T>
getData()
void
setCount(int count)
setData(List<T> data)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ListView()
public List<T> getData()
public void setData(List<T> data)
public int getCount()
public void setCount(int count)
public String toString()
toString
Object
Copyright © 2018–2019 Alibaba Group. All rights reserved.