This is an issue I already asked about and several got answers but the problem remained. when I try to write in hebrew to an image usi开发者_高级运维ng Image module I get instead of the hebrew lettrin
Is there something like a two sided list in Java? Maybe a third party implementation? Here a little example to demonstrate what I have in mind.
I need开发者_高级运维 a kind of map which is accessible in two directions, so with a key-key structure instead of key-value. Does this exist in Java? If not, what is the best way to create it?
I want to pass data between a Python and a C# application in Windows (I want the channel to be bi-directional)
I have data that is organized in kind of a \"key-key\" 开发者_如何学编程format, rather than \"key-value\".It\'s like a HashMap, but I will need O(1) lookup in both directions.Is there a name for this