org.egothor.util
Class VarInteger

java.lang.Object
  extended by org.egothor.util.VarInteger

public final class VarInteger
extends java.lang.Object

Author:
galambos

Constructor Summary
VarInteger(int val)
          Creates a new instance of VarInteger
 
Method Summary
 int dec()
           
 boolean equals(int i)
           
 int getValue()
           
 int inc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarInteger

public VarInteger(int val)
Creates a new instance of VarInteger

Method Detail

equals

public boolean equals(int i)

dec

public int dec()

inc

public int inc()

getValue

public int getValue()