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

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

Uses of SwCounter in com.hazelcast.util.counters
 

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



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