我想要做的正是這一點在Java中:2個不同的候選條件類型1的可變
boolean b;
if (b) {
//I want that a variable "imp" be of type HashMap
} else {
//I whant that a variable "imp" be of type LinkedHashMap
}
HashMap
和LinkedHashMap
是實現接口映射的。我想用一個元組(HashMap, LinkedHashMap)
,但這太髒了代碼。
'interface'不是'interfaz'。除此之外,還有什麼問題'Map imp'? –
Thomas