我在claa A 中定义一个集合
class A
{
     ArryList list=new ArryList();      //z在list中加一些数据
}
class B 
{
      //怎样在这个类中得到A中的list
}