Class MyInt

java.lang.Object
se.umu.cs.unittest.MyInt

public class MyInt
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    MyInt()  
  • Method Summary

    Modifier and Type Method Description
    void decrement()  
    void increment()  
    int value()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details