public interface com.zaxxer.hikari.util.ConcurrentBag$IConcurrentBagEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.zaxxer.hikari.util.ConcurrentBag$IConcurrentBagEntry
  super_class: java.lang.Object
{
  public static final int STATE_NOT_IN_USE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int STATE_IN_USE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int STATE_REMOVED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int STATE_RESERVED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  public abstract boolean compareAndSet(int, int);
    descriptor: (II)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      expectState  
      newState     

  public abstract void setState(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      newState  

  public abstract int getState();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ConcurrentBag.java"
NestHost: com.zaxxer.hikari.util.ConcurrentBag
InnerClasses:
  public abstract IConcurrentBagEntry = com.zaxxer.hikari.util.ConcurrentBag$IConcurrentBagEntry of com.zaxxer.hikari.util.ConcurrentBag