Class ConcurrentBagEntry<T>
- java.lang.Object
-
- org.xipki.pkcs11.wrapper.concurrent.ConcurrentBagEntry<T>
-
public class ConcurrentBagEntry<T> extends Object
ConcurrentBagEntry.- Since:
- 2.2.0
- Author:
- Lijun Liao
-
-
Constructor Summary
Constructors Constructor Description ConcurrentBagEntry(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompareAndSet(int expect, int update)intgetState()voidsetState(int update)Tvalue()
-