Package com.hello2morrow.sonargraph.api
Class LongAny
- java.lang.Object
-
- com.hello2morrow.sonargraph.api.Any
-
- com.hello2morrow.sonargraph.api.LongAny
-
public final class LongAny extends Any
-
-
Constructor Summary
Constructors Constructor Description LongAny(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
asLong()
boolean
equals(java.lang.Object obj)
Any.Type
getType()
int
hashCode()
java.lang.String
toString()
-