wicket.util.value
Class Count

java.lang.Object
  extended bywicket.util.value.Count

public 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-2006 Wicket developers. All Rights Reserved.