net.floodlightcontroller.counter
Class CounterStore.MutableInt

java.lang.Object
  extended by net.floodlightcontroller.counter.CounterStore.MutableInt
Enclosing class:
CounterStore

protected class CounterStore.MutableInt
extends java.lang.Object


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

Constructor Detail

CounterStore.MutableInt

protected CounterStore.MutableInt()
Method Detail

increment

public void increment()

get

public int get()

set

public void set(int val)