net.floodlightcontroller.debugcounter
Class DebugCounter.MutableLong

java.lang.Object
  extended by net.floodlightcontroller.debugcounter.DebugCounter.MutableLong
Enclosing class:
DebugCounter

protected class DebugCounter.MutableLong
extends java.lang.Object

The counter value


Constructor Summary
protected DebugCounter.MutableLong()
           
 
Method Summary
 long get()
           
 void increment()
           
 void increment(long incr)
           
 void set(long val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugCounter.MutableLong

protected DebugCounter.MutableLong()
Method Detail

increment

public void increment()

increment

public void increment(long incr)

get

public long get()

set

public void set(long val)