wicket.util.value
Class Count

java.lang.Object
  extended by wicket.util.value.Count

public final class Count
extends java.lang.Object

A class for counting things.

Author:
Jonathan Locke

Constructor Summary
Count()
           
 
Method Summary
 int getCount()
           
 void increment()
          Increases the count
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Count

public Count()
Method Detail

getCount

public int getCount()
Returns:
Returns the count.

increment

public void increment()
Increases the count



Copyright © 2004-2007 Wicket developers. All Rights Reserved.