C# Class Lucene.Net.Support.AtomicInteger

Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
AddAndGet ( int value_ ) : int
AtomicInteger ( ) : System.Threading
AtomicInteger ( int value_ ) : System.Threading
CompareAndSet ( int expect, int update ) : bool
DecrementAndGet ( ) : int
Get ( ) : int
GetAndDecrement ( ) : int
GetAndIncrement ( ) : int
IncrementAndGet ( ) : int
Set ( int value_ ) : void

Method Details

AddAndGet() public méthode

public AddAndGet ( int value_ ) : int
value_ int
Résultat int

AtomicInteger() public méthode

public AtomicInteger ( ) : System.Threading
Résultat System.Threading

AtomicInteger() public méthode

public AtomicInteger ( int value_ ) : System.Threading
value_ int
Résultat System.Threading

CompareAndSet() public méthode

public CompareAndSet ( int expect, int update ) : bool
expect int
update int
Résultat bool

DecrementAndGet() public méthode

public DecrementAndGet ( ) : int
Résultat int

Get() public méthode

public Get ( ) : int
Résultat int

GetAndDecrement() public méthode

public GetAndDecrement ( ) : int
Résultat int

GetAndIncrement() public méthode

public GetAndIncrement ( ) : int
Résultat int

IncrementAndGet() public méthode

public IncrementAndGet ( ) : int
Résultat int

Set() public méthode

public Set ( int value_ ) : void
value_ int
Résultat void