org.neo4j.helpers
Class Counter

java.lang.Object
  extended by org.neo4j.helpers.Counter

public abstract class Counter
extends Object


Constructor Summary
Counter()
           
 
Method Summary
static Counter atomic()
           
abstract  long count()
           
abstract  void inc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter()
Method Detail

inc

public abstract void inc()

count

public abstract long count()

atomic

public static Counter atomic()


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.