org.kuali.maven.plugins.graph.tree
Class Counter
java.lang.Object
  
org.kuali.maven.plugins.graph.tree.Counter
- All Implemented Interfaces: 
 - Comparable<Counter>
 
public class Counter
- extends Object
- implements Comparable<Counter>
  
Thread safe counter
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Counter
public Counter()
Counter
public Counter(int count)
increment
public int increment()
 
 
getCount
public int getCount()
 
 
compareTo
public int compareTo(Counter other)
- Specified by:
 compareTo in interface Comparable<Counter>
 
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.