class org.xnio.PollingFileSystemWatcher$PollHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.PollingFileSystemWatcher$PollHolder
  super_class: java.lang.Object
{
  java.util.Map<java.io.File, java.lang.Long> currentFileState;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Ljava/io/File;Ljava/lang/Long;>;

  final java.util.List<org.xnio.FileChangeCallback> callbacks;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/xnio/FileChangeCallback;>;

  final org.xnio.PollingFileSystemWatcher this$0;
    descriptor: Lorg/xnio/PollingFileSystemWatcher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(java.util.Map<java.io.File, java.lang.Long>);
    descriptor: (Lorg/xnio/PollingFileSystemWatcher;Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xnio.PollingFileSystemWatcher$PollHolder this
        start local 2 // java.util.Map currentFileState
         0: .line 134
            aload 0 /* this */
            aload 1
            putfield org.xnio.PollingFileSystemWatcher$PollHolder.this$0:Lorg/xnio/PollingFileSystemWatcher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 132
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.xnio.PollingFileSystemWatcher$PollHolder.callbacks:Ljava/util/List;
         2: .line 135
            aload 0 /* this */
            aload 2 /* currentFileState */
            putfield org.xnio.PollingFileSystemWatcher$PollHolder.currentFileState:Ljava/util/Map;
         3: .line 136
            return
        end local 2 // java.util.Map currentFileState
        end local 0 // org.xnio.PollingFileSystemWatcher$PollHolder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/xnio/PollingFileSystemWatcher$PollHolder;
            0    4     2  currentFileState  Ljava/util/Map<Ljava/io/File;Ljava/lang/Long;>;
    Signature: (Ljava/util/Map<Ljava/io/File;Ljava/lang/Long;>;)V
    MethodParameters:
                  Name  Flags
      this$0            final
      currentFileState  
}
SourceFile: "PollingFileSystemWatcher.java"
NestHost: org.xnio.PollingFileSystemWatcher
InnerClasses:
  private PollHolder = org.xnio.PollingFileSystemWatcher$PollHolder of org.xnio.PollingFileSystemWatcher