public class LongCounter extends Object implements Serializable
LongCounter()
LongCounter(long initial)
void
decrement(long delta)
boolean
equals(Object other)
long
get()
int
hashCode()
increment(long delta)
set(long value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public LongCounter(long initial)
public LongCounter()
public void increment(long delta)
public void decrement(long delta)
public void set(long value)
public long get()
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
Copyright © 2012–2014. All rights reserved.