| Package | Description | 
|---|---|
| com.hazelcast.util.counters | 
 Provides various counter implementations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MwCounter | 
MwCounter.newMwCounter()
Creates a new MwCounter with 0 as its initial value. 
 | 
static MwCounter | 
MwCounter.newMwCounter(long initialValue)
Creates a new MwCounter with the given initial value. 
 | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.