Uses of Class
com.hazelcast.util.counters.MwCounter

Packages that use MwCounter
com.hazelcast.util.counters Provides various counter implementations. 
 

Uses of MwCounter in com.hazelcast.util.counters
 

Methods in com.hazelcast.util.counters that return MwCounter
static MwCounter MwCounter.newMwCounter()
          Creates a new MwCounter with 0 as initial value.
static MwCounter MwCounter.newMwCounter(int initialValue)
          Creates a new MwCounter with the given initial value.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.