C# Class java.util.concurrent.atomic.AtomicInteger

Inheritance: java.lang.Number, java.io.Serializable
Exibir arquivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
AtomicInteger ( int arg0 )
addAndGet ( int arg0 ) : int
compareAndSet ( int arg0, int arg1 ) : bool
decrementAndGet ( ) : int
doubleValue ( ) : double
floatValue ( ) : float
get ( ) : int
getAndAdd ( int arg0 ) : int
getAndDecrement ( ) : int
getAndIncrement ( ) : int
getAndSet ( int arg0 ) : int
incrementAndGet ( ) : int
intValue ( ) : int
lazySet ( int arg0 ) : void
longValue ( ) : long
set ( int arg0 ) : void
toString ( ) : global::java.lang.String
weakCompareAndSet ( int arg0, int arg1 ) : bool

Protected Methods

Method Description
AtomicInteger ( global @__env )

Private Methods

Method Description
AtomicInteger ( )

Method Details

AtomicInteger() protected method

protected AtomicInteger ( global @__env )
@__env global

AtomicInteger() public method

public AtomicInteger ( int arg0 )
arg0 int

addAndGet() public method

public addAndGet ( int arg0 ) : int
arg0 int
return int

compareAndSet() public method

public compareAndSet ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
return bool

decrementAndGet() public method

public decrementAndGet ( ) : int
return int

doubleValue() public method

public doubleValue ( ) : double
return double

floatValue() public method

public floatValue ( ) : float
return float

get() public method

public get ( ) : int
return int

getAndAdd() public method

public getAndAdd ( int arg0 ) : int
arg0 int
return int

getAndDecrement() public method

public getAndDecrement ( ) : int
return int

getAndIncrement() public method

public getAndIncrement ( ) : int
return int

getAndSet() public method

public getAndSet ( int arg0 ) : int
arg0 int
return int

incrementAndGet() public method

public incrementAndGet ( ) : int
return int

intValue() public method

public intValue ( ) : int
return int

lazySet() public method

public lazySet ( int arg0 ) : void
arg0 int
return void

longValue() public method

public longValue ( ) : long
return long

set() public method

public set ( int arg0 ) : void
arg0 int
return void

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String

weakCompareAndSet() public method

public weakCompareAndSet ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
return bool