Is this possible in Java: Map<SomeObject, Map<SomeOtherObject>>?
- by davek
Is this possible in Java: Map<SomeObject, Map<SomeOtherObject>>? I'm trying Map<Integer, Map<String>> am getting an
"Incorrect number of arguments for
type Map; it cannot be
parameterized with arguments "
error.