Kieker 1.5

kieker.tools.traceAnalysis.filter.visualization.util
Class IntContainer

java.lang.Object
  extended by kieker.tools.traceAnalysis.filter.visualization.util.IntContainer

public class IntContainer
extends Object

Author:
Andre van Hoorn

Constructor Summary
IntContainer(int initVal)
           
 
Method Summary
 int getAndIncValue()
           
 int getValue()
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntContainer

public IntContainer(int initVal)
Method Detail

getValue

public final int getValue()
Returns:
the i

setValue

public final void setValue(int value)
Parameters:
value - the i to set

getAndIncValue

public final int getAndIncValue()

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net