interface mssql.googlecode.concurrentlinkedhashmap.Linked<T extends mssql.googlecode.concurrentlinkedhashmap.Linked<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: mssql.googlecode.concurrentlinkedhashmap.Linked
  super_class: java.lang.Object
{
  public abstract T getPrevious();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract void setPrevious();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      prev  

  public abstract T getNext();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract void setNext();
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      next  
}
Signature: <T::Lmssql/googlecode/concurrentlinkedhashmap/Linked<TT;>;>Ljava/lang/Object;
SourceFile: "Linked.java"