org.egothor.util
Class VarLong

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

public final class VarLong
extends java.lang.Object

Author:
galambos

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

Constructor Detail

VarLong

public VarLong(long val)
Creates a new instance of VarLong

Method Detail

equals

public boolean equals(int i)

dec

public long dec()

inc

public long inc()

getValue

public long getValue()