You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If my understanding is correct, would you consider using another comparison method for integral numbers? For example, could the bigIntegerValue() method be considered as a replacement?
The text was updated successfully, but these errors were encountered:
I might have missed something, but my understanding is that the
JsonNumEquals
class would not viewIntNode(1)
andLongNode(1)
as equivalent as theJsonNumEquals
class delegates to each class'sequals
implementation when comparingIntNode
s andLongNode
s.If my understanding is correct, would you consider using another comparison method for integral numbers? For example, could the
bigIntegerValue()
method be considered as a replacement?The text was updated successfully, but these errors were encountered: