amelentev / java-oo

Java Operator Overloading
http://amelentev.github.io/java-oo/
268 stars 31 forks source link

Present state of incompletion. #58

Open PowerUser1234 opened 6 years ago

PowerUser1234 commented 6 years ago

It seems that

division, by means of longest extent number MathContext is not implemented, preincrement, predecrement, postincrement, postdecrement are not implemented, the five augmented assignment operators are not implemented. +=, -=, *=, /=, %=

Sadly, this library isn't useful until it is finished in these areas too!

PowerUser1234 commented 6 years ago

The other thing is, despite System.identityHashCode, certainly, if the data comparison of != has been overridden, that by logic == should be similarly, which, by implication, means overridden as well. :)