我想爲我的樹形圖(內存)使用firstKey()方法。 我的代碼如下所示:Treemap FirstKey()導入錯誤
import java.util.*;
//Code in the middle.
System.out.println(memory.firstKey());
然而它給了我這個錯誤:
GameLogic.java:276: cannot find symbol
symbol : method firstKey()
location: interface java.util.Map<java.lang.Integer,java.lang.Character>
System.out.println(memory.firstKey());
^
所有的建議表示讚賞。如果我使用了lastKey(),也會發生同樣的錯誤。
請提供完整的代碼 –
@Prasad Kharkar的插圖中的代碼沒有任何與此有關。它涉及其他的東西。這裏也有很多,太多了。 – pokeairguy
我想看看你是如何實例化地圖的。 –