Package com.wombat.mama
Class MamaInteger
- java.lang.Object
-
- com.wombat.mama.MamaInteger
-
public class MamaInteger extends java.lang.Object
Mama assignable integer. Works like Integer, but is assignable.
-
-
Constructor Summary
Constructors Constructor Description MamaInteger()
MamaInteger(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getValue()
int
hashCode()
void
setValue(int value)
java.lang.String
toString()
-
-
-
Method Detail
-
getValue
public int getValue()
-
setValue
public void setValue(int value)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-