public class org.ehcache.core.statistics.ZeroOperationStatistic<T extends java.lang.Enum<T>> implements org.ehcache.core.statistics.OperationStatistic<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.core.statistics.ZeroOperationStatistic
  super_class: java.lang.Object
{
  private static final org.ehcache.core.statistics.OperationStatistic<?> INSTANCE;
    descriptor: Lorg/ehcache/core/statistics/OperationStatistic;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/ehcache/core/statistics/OperationStatistic<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 24
            new org.ehcache.core.statistics.ZeroOperationStatistic
            dup
            invokespecial org.ehcache.core.statistics.ZeroOperationStatistic.<init>:()V
            putstatic org.ehcache.core.statistics.ZeroOperationStatistic.INSTANCE:Lorg/ehcache/core/statistics/OperationStatistic;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;

  public static <T extends java.lang.Enum<T>> org.ehcache.core.statistics.OperationStatistic<T> get();
    descriptor: ()Lorg/ehcache/core/statistics/OperationStatistic;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 28
            getstatic org.ehcache.core.statistics.ZeroOperationStatistic.INSTANCE:Lorg/ehcache/core/statistics/OperationStatistic;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Enum<TT;>;>()Lorg/ehcache/core/statistics/OperationStatistic<TT;>;

  public java.lang.Class<T> type();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
         0: .line 33
            aconst_null
            areturn
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;
    Signature: ()Ljava/lang/Class<TT;>;

  public long count();
    descriptor: (Ljava/lang/Enum;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
        start local 1 // java.lang.Enum type
         0: .line 38
            lconst_0
            lreturn
        end local 1 // java.lang.Enum type
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;
            0    1     1  type  TT;
    Signature: (TT;)J
    MethodParameters:
      Name  Flags
      type  

  public long sum(java.util.Set<T>);
    descriptor: (Ljava/util/Set;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
        start local 1 // java.util.Set types
         0: .line 43
            lconst_0
            lreturn
        end local 1 // java.util.Set types
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;
            0    1     1  types  Ljava/util/Set<TT;>;
    Signature: (Ljava/util/Set<TT;>;)J
    MethodParameters:
       Name  Flags
      types  

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
         0: .line 48
            lconst_0
            lreturn
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;

  public void addDerivedStatistic(org.ehcache.core.statistics.ChainedOperationObserver<? super T>);
    descriptor: (Lorg/ehcache/core/statistics/ChainedOperationObserver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
        start local 1 // org.ehcache.core.statistics.ChainedOperationObserver derived
         0: .line 54
            return
        end local 1 // org.ehcache.core.statistics.ChainedOperationObserver derived
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;
            0    1     1  derived  Lorg/ehcache/core/statistics/ChainedOperationObserver<-TT;>;
    Signature: (Lorg/ehcache/core/statistics/ChainedOperationObserver<-TT;>;)V
    MethodParameters:
         Name  Flags
      derived  

  public void removeDerivedStatistic(org.ehcache.core.statistics.ChainedOperationObserver<? super T>);
    descriptor: (Lorg/ehcache/core/statistics/ChainedOperationObserver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
        start local 1 // org.ehcache.core.statistics.ChainedOperationObserver derived
         0: .line 59
            return
        end local 1 // org.ehcache.core.statistics.ChainedOperationObserver derived
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;
            0    1     1  derived  Lorg/ehcache/core/statistics/ChainedOperationObserver<-TT;>;
    Signature: (Lorg/ehcache/core/statistics/ChainedOperationObserver<-TT;>;)V
    MethodParameters:
         Name  Flags
      derived  

  public java.util.Collection<org.ehcache.core.statistics.ChainedOperationObserver<? super T>> getDerivedStatistics();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
         0: .line 63
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;
    Signature: ()Ljava/util/Collection<Lorg/ehcache/core/statistics/ChainedOperationObserver<-TT;>;>;

  public void begin();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
         0: .line 69
            return
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;

  public void end();
    descriptor: (Ljava/lang/Enum;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
        start local 1 // java.lang.Enum result
         0: .line 74
            return
        end local 1 // java.lang.Enum result
        end local 0 // org.ehcache.core.statistics.ZeroOperationStatistic this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/ehcache/core/statistics/ZeroOperationStatistic<TT;>;
            0    1     1  result  TT;
    Signature: (TT;)V
    MethodParameters:
        Name  Flags
      result  

  public void addDerivedStatistic(org.ehcache.core.statistics.ChainedObserver);
    descriptor: (Lorg/ehcache/core/statistics/ChainedObserver;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.ehcache.core.statistics.ChainedOperationObserver
            invokevirtual org.ehcache.core.statistics.ZeroOperationStatistic.addDerivedStatistic:(Lorg/ehcache/core/statistics/ChainedOperationObserver;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void removeDerivedStatistic(org.ehcache.core.statistics.ChainedObserver);
    descriptor: (Lorg/ehcache/core/statistics/ChainedObserver;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.ehcache.core.statistics.ChainedOperationObserver
            invokevirtual org.ehcache.core.statistics.ZeroOperationStatistic.removeDerivedStatistic:(Lorg/ehcache/core/statistics/ChainedOperationObserver;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Enum<TT;>;>Ljava/lang/Object;Lorg/ehcache/core/statistics/OperationStatistic<TT;>;
SourceFile: "ZeroOperationStatistic.java"