这些是我得到的方法,它们都是无效的。我想使用适当的循环从displaySearchResults访问结果,只读取数据。/*** @param model is the model you'd like to findpublic void searchByModel(String model){ for(int i = 0; i
我在我的小游戏中缓存了一些特定的玩家,现在在我的run方法中,我想检查每个被缓存的人,并给他们他们的奖励,例如getAllplayersOnline,检查他们是否在那个特定的地图中,我只是缓存了那些进入那个地图的人。 new HashMap<Integer,MapleCharacter>();fishlist.put(chr.getId(), chr);