I want to implement the Map<K,V> interface, but I want to constrain K to type String.
Is this possible? Or does the interface definition impose that K be polymorphic?
If it is possible, could someone help with the class signature, tks.
|
I want to implement the Is this possible? Or does the interface definition impose that If it is possible, could someone help with the class signature, tks. |
|||
|
|
|
try : |
||||
|
|
No problem:
If the class should be generic you can do:
But since
|
|||||||||||
|