public final class com.lmax.disruptor.FixedSequenceGroup extends com.lmax.disruptor.Sequence
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.lmax.disruptor.FixedSequenceGroup
  super_class: com.lmax.disruptor.Sequence
{
  private final com.lmax.disruptor.Sequence[] sequences;
    descriptor: [Lcom/lmax/disruptor/Sequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.lmax.disruptor.Sequence[]);
    descriptor: ([Lcom/lmax/disruptor/Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.lmax.disruptor.FixedSequenceGroup this
        start local 1 // com.lmax.disruptor.Sequence[] sequences
         0: .line 34
            aload 0 /* this */
            invokespecial com.lmax.disruptor.Sequence.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* sequences */
            aload 1 /* sequences */
            arraylength
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast com.lmax.disruptor.Sequence[]
            putfield com.lmax.disruptor.FixedSequenceGroup.sequences:[Lcom/lmax/disruptor/Sequence;
         2: .line 37
            return
        end local 1 // com.lmax.disruptor.Sequence[] sequences
        end local 0 // com.lmax.disruptor.FixedSequenceGroup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/lmax/disruptor/FixedSequenceGroup;
            0    3     1  sequences  [Lcom/lmax/disruptor/Sequence;
    MethodParameters:
           Name  Flags
      sequences  

  public long get();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.FixedSequenceGroup this
         0: .line 47
            aload 0 /* this */
            getfield com.lmax.disruptor.FixedSequenceGroup.sequences:[Lcom/lmax/disruptor/Sequence;
            invokestatic com.lmax.disruptor.util.Util.getMinimumSequence:([Lcom/lmax/disruptor/Sequence;)J
            lreturn
        end local 0 // com.lmax.disruptor.FixedSequenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/FixedSequenceGroup;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.FixedSequenceGroup this
         0: .line 53
            aload 0 /* this */
            getfield com.lmax.disruptor.FixedSequenceGroup.sequences:[Lcom/lmax/disruptor/Sequence;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.lmax.disruptor.FixedSequenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/FixedSequenceGroup;

  public void set(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.lmax.disruptor.FixedSequenceGroup this
        start local 1 // long value
         0: .line 62
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // long value
        end local 0 // com.lmax.disruptor.FixedSequenceGroup this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/lmax/disruptor/FixedSequenceGroup;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public boolean compareAndSet(long, long);
    descriptor: (JJ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.lmax.disruptor.FixedSequenceGroup this
        start local 1 // long expectedValue
        start local 3 // long newValue
         0: .line 71
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // long newValue
        end local 1 // long expectedValue
        end local 0 // com.lmax.disruptor.FixedSequenceGroup this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/lmax/disruptor/FixedSequenceGroup;
            0    1     1  expectedValue  J
            0    1     3       newValue  J
    MethodParameters:
               Name  Flags
      expectedValue  
      newValue       

  public long incrementAndGet();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.FixedSequenceGroup this
         0: .line 80
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.lmax.disruptor.FixedSequenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/FixedSequenceGroup;

  public long addAndGet(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.lmax.disruptor.FixedSequenceGroup this
        start local 1 // long increment
         0: .line 89
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // long increment
        end local 0 // com.lmax.disruptor.FixedSequenceGroup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/lmax/disruptor/FixedSequenceGroup;
            0    1     1  increment  J
    MethodParameters:
           Name  Flags
      increment  
}
SourceFile: "FixedSequenceGroup.java"