Java org.apache.lucene.util Counter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util Counter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util Counter.

The text is from its open source code.

Method

longaddAndGet(long delta)
Adds the given delta to the counters current value
longget()
Returns the counters current value
CounternewCounter()
Returns a new counter.
CounternewCounter(boolean threadSafe)
Returns a new counter.