So the method is called:
所以该方法称为:
private void print()
{
System.out.println("The list of Devices is:");
for(int i = 0; i < numDevices; i++)
{
System.out.println(list[i].toString());
}
}
private vSo the method is called:
所以该方法称为:
private void print()
{
System.out.println("The list of Devices is:");
for(int i = 0; i < numDevices; i++)
{
System.out.println(list[i].toString());
}
}
private v