class com.microsoft.azure.management.appservice.AttributeCollection<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.AttributeCollection
  super_class: java.lang.Object
{
  private final java.util.List<T> values;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<TT;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.AttributeCollection this
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 15
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.microsoft.azure.management.appservice.AttributeCollection.values:Ljava/util/List;
         2: .line 14
            return
        end local 0 // com.microsoft.azure.management.appservice.AttributeCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/AttributeCollection<TT;>;

  T addValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.AttributeCollection this
        start local 1 // java.lang.Object value
         0: .line 18
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.AttributeCollection.values:Ljava/util/List;
            aload 1 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 19
            aload 1 /* value */
            areturn
        end local 1 // java.lang.Object value
        end local 0 // com.microsoft.azure.management.appservice.AttributeCollection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/appservice/AttributeCollection<TT;>;
            0    2     1  value  TT;
    Signature: (TT;)TT;
    MethodParameters:
       Name  Flags
      value  

  java.util.Collection<T> getAllValues();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.AttributeCollection this
         0: .line 23
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.AttributeCollection.values:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.AttributeCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/AttributeCollection<TT;>;
    Signature: ()Ljava/util/Collection<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AttributeCollection.java"