Classes Files

com::wombat::mama::MamaInteger

More…

Public Functions

  Name
  MamaInteger()
  MamaInteger(int value)
int getValue()
void setValue(int value)
String toString()
int hashCode()
boolean equals(Object obj)

Detailed Description

class com::wombat::mama::MamaInteger;

Mama assignable integer. Works like Integer, but is assignable.

Public Functions Documentation

function MamaInteger

inline MamaInteger()

function MamaInteger

inline MamaInteger(
    int value
)

function getValue

inline int getValue()

function setValue

inline void setValue(
    int value
)

function toString

inline String toString()

function hashCode

inline int hashCode()

function equals

inline boolean equals(
    Object obj
)

Updated on 2023-03-31 at 15:29:43 +0100