arrayListを再利用しようとしている間に、HashMapの値をjavaに設定しようとしています。私は前にHashMapsで仕事をしていなかったし、まだこの周りに私の頭を抱いているので、私の限られた知識を持ってください。 クラスの学生: public class Student {
private static int id = 0;
private String nam
コード構造 public interface ListItem
public abstract class Device implements ListItem
public class DeviceList extends ArrayList<Device>
public class ListAdapter extends BaseAdapter{
...
public Arr
Websiteクラスにログインするときに、ArrayList loggedInListにオブジェクトメンバーを追加しようとしています。 public class Website
{
// The name of the website.
private String name;
// The number of hits on the website.
public int hits;