public interface org.eclipse.collections.api.tuple.primitive.ShortIntPair extends java.io.Serializable, java.lang.Comparable<org.eclipse.collections.api.tuple.primitive.ShortIntPair>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.tuple.primitive.ShortIntPair
  super_class: java.lang.Object
{
  public abstract short getOne();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getTwo();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Ljava/io/Serializable;Ljava/lang/Comparable<Lorg/eclipse/collections/api/tuple/primitive/ShortIntPair;>;
SourceFile: "ShortIntPair.java"