public final class org.apache.commons.collections.SynchronizedPriorityQueue implements org.apache.commons.collections.PriorityQueue
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.collections.SynchronizedPriorityQueue
  super_class: java.lang.Object
{
  protected final org.apache.commons.collections.PriorityQueue m_priorityQueue;
    descriptor: Lorg/apache/commons/collections/PriorityQueue;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.apache.commons.collections.PriorityQueue);
    descriptor: (Lorg/apache/commons/collections/PriorityQueue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
        start local 1 // org.apache.commons.collections.PriorityQueue priorityQueue
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* priorityQueue */
            putfield org.apache.commons.collections.SynchronizedPriorityQueue.m_priorityQueue:Lorg/apache/commons/collections/PriorityQueue;
         2: .line 47
            return
        end local 1 // org.apache.commons.collections.PriorityQueue priorityQueue
        end local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/commons/collections/SynchronizedPriorityQueue;
            0    3     1  priorityQueue  Lorg/apache/commons/collections/PriorityQueue;
    MethodParameters:
               Name  Flags
      priorityQueue  final

  public synchronized void clear();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
         0: .line 53
            aload 0 /* this */
            getfield org.apache.commons.collections.SynchronizedPriorityQueue.m_priorityQueue:Lorg/apache/commons/collections/PriorityQueue;
            invokeinterface org.apache.commons.collections.PriorityQueue.clear:()V
         1: .line 54
            return
        end local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/SynchronizedPriorityQueue;

  public synchronized boolean isEmpty();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
         0: .line 62
            aload 0 /* this */
            getfield org.apache.commons.collections.SynchronizedPriorityQueue.m_priorityQueue:Lorg/apache/commons/collections/PriorityQueue;
            invokeinterface org.apache.commons.collections.PriorityQueue.isEmpty:()Z
            ireturn
        end local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/SynchronizedPriorityQueue;

  public synchronized void insert(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
        start local 1 // java.lang.Object element
         0: .line 71
            aload 0 /* this */
            getfield org.apache.commons.collections.SynchronizedPriorityQueue.m_priorityQueue:Lorg/apache/commons/collections/PriorityQueue;
            aload 1 /* element */
            invokeinterface org.apache.commons.collections.PriorityQueue.insert:(Ljava/lang/Object;)V
         1: .line 72
            return
        end local 1 // java.lang.Object element
        end local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/collections/SynchronizedPriorityQueue;
            0    2     1  element  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      element  final

  public synchronized java.lang.Object peek();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
         0: .line 81
            aload 0 /* this */
            getfield org.apache.commons.collections.SynchronizedPriorityQueue.m_priorityQueue:Lorg/apache/commons/collections/PriorityQueue;
            invokeinterface org.apache.commons.collections.PriorityQueue.peek:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/SynchronizedPriorityQueue;
    Exceptions:
      throws java.util.NoSuchElementException

  public synchronized java.lang.Object pop();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
         0: .line 91
            aload 0 /* this */
            getfield org.apache.commons.collections.SynchronizedPriorityQueue.m_priorityQueue:Lorg/apache/commons/collections/PriorityQueue;
            invokeinterface org.apache.commons.collections.PriorityQueue.pop:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/SynchronizedPriorityQueue;
    Exceptions:
      throws java.util.NoSuchElementException

  public synchronized java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
         0: .line 100
            aload 0 /* this */
            getfield org.apache.commons.collections.SynchronizedPriorityQueue.m_priorityQueue:Lorg/apache/commons/collections/PriorityQueue;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.collections.SynchronizedPriorityQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/SynchronizedPriorityQueue;
}
SourceFile: "SynchronizedPriorityQueue.java"