Package org.xipki.util
Class ConcurrentBag.BagEntry<T>
- java.lang.Object
-
- org.xipki.util.ConcurrentBag.BagEntry<T>
-
- Enclosing class:
- ConcurrentBag<T>
public static class ConcurrentBag.BagEntry<T> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompareAndSet(int expect, int update)intgetState()voidsetState(int update)Tvalue()
-