List<MyObject> data = dataBaseHelper.getAllData(); for (MyObject obj : data) { if (obj.getNum() == num) { } }