c# - .Net implementation of standard java classes -


Does anybody know about .NET assembly in which classes with the same functionality of normal Java types include:

For example, the following methods apply the Java class (. C #) to the following methods.

java.util.HashMap

java.util.LinkedList

etc ...

There are some fundamental differences between, such as the ability to remove elements during calculation, but this does not mean that most of the functions

If you are looking for API compatible interface with Java, you might want to look in.

Comments