I have a couple of classes written in C #.
Is there a converter that translates these classes to Java?
In the class I have no third-party assemblies used, there is an indexer and certain operators +, -, ==. It is clear that in Java there is no operator overload, but they can also not be converted from C #, they can be omitted altogether.
UPD : Roughly speaking: the input converter is fed the .cs files, and it gives the output .java