public class org.apache.commons.math3.geometry.spherical.twod.Vertex
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.geometry.spherical.twod.Vertex
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.spherical.twod.S2Point location;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.apache.commons.math3.geometry.spherical.twod.Edge incoming;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.commons.math3.geometry.spherical.twod.Edge outgoing;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<org.apache.commons.math3.geometry.spherical.twod.Circle> circles;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Circle;>;

  void <init>(org.apache.commons.math3.geometry.spherical.twod.S2Point);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.S2Point location
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* location */
            putfield org.apache.commons.math3.geometry.spherical.twod.Vertex.location:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
         2: .line 46
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.spherical.twod.Vertex.incoming:Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
         3: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.spherical.twod.Vertex.outgoing:Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
         4: .line 48
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.commons.math3.geometry.spherical.twod.Vertex.circles:Ljava/util/List;
         5: .line 49
            return
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.S2Point location
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            0    6     1  location  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    MethodParameters:
          Name  Flags
      location  final

  public org.apache.commons.math3.geometry.spherical.twod.S2Point getLocation();
    descriptor: ()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
         0: .line 55
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.Vertex.location:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            areturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;

  void bindWith(org.apache.commons.math3.geometry.spherical.twod.Circle);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.Circle circle
         0: .line 62
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.Vertex.circles:Ljava/util/List;
            aload 1 /* circle */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 63
            return
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.Circle circle
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            0    2     1  circle  Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
    MethodParameters:
        Name  Flags
      circle  final

  org.apache.commons.math3.geometry.spherical.twod.Circle sharedCircleWith(org.apache.commons.math3.geometry.spherical.twod.Vertex);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;)Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.Vertex vertex
         0: .line 76
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.Vertex.circles:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.Vertex org.apache.commons.math3.geometry.spherical.twod.Vertex top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.spherical.twod.Circle
            astore 2 /* circle1 */
        start local 2 // org.apache.commons.math3.geometry.spherical.twod.Circle circle1
         2: .line 77
            aload 1 /* vertex */
            getfield org.apache.commons.math3.geometry.spherical.twod.Vertex.circles:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.Vertex org.apache.commons.math3.geometry.spherical.twod.Vertex org.apache.commons.math3.geometry.spherical.twod.Circle java.util.Iterator top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.spherical.twod.Circle
            astore 4 /* circle2 */
        start local 4 // org.apache.commons.math3.geometry.spherical.twod.Circle circle2
         4: .line 78
            aload 2 /* circle1 */
            aload 4 /* circle2 */
            if_acmpne 6
         5: .line 79
            aload 2 /* circle1 */
            areturn
        end local 4 // org.apache.commons.math3.geometry.spherical.twod.Circle circle2
         6: .line 77
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // org.apache.commons.math3.geometry.spherical.twod.Circle circle1
         7: .line 76
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.Vertex org.apache.commons.math3.geometry.spherical.twod.Vertex top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         8: .line 83
            aconst_null
            areturn
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.Vertex vertex
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            0    9     1   vertex  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            2    7     2  circle1  Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
            4    6     4  circle2  Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
    MethodParameters:
        Name  Flags
      vertex  final

  void setIncoming(org.apache.commons.math3.geometry.spherical.twod.Edge);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/Edge;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.Edge incoming
         0: .line 94
            aload 0 /* this */
            aload 1 /* incoming */
            putfield org.apache.commons.math3.geometry.spherical.twod.Vertex.incoming:Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
         1: .line 95
            aload 0 /* this */
            aload 1 /* incoming */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getCircle:()Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.bindWith:(Lorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
         2: .line 96
            return
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.Edge incoming
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            0    3     1  incoming  Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    MethodParameters:
          Name  Flags
      incoming  final

  public org.apache.commons.math3.geometry.spherical.twod.Edge getIncoming();
    descriptor: ()Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
         0: .line 102
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.Vertex.incoming:Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
            areturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;

  void setOutgoing(org.apache.commons.math3.geometry.spherical.twod.Edge);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/Edge;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.Edge outgoing
         0: .line 113
            aload 0 /* this */
            aload 1 /* outgoing */
            putfield org.apache.commons.math3.geometry.spherical.twod.Vertex.outgoing:Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
         1: .line 114
            aload 0 /* this */
            aload 1 /* outgoing */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getCircle:()Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.bindWith:(Lorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
         2: .line 115
            return
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.Edge outgoing
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            0    3     1  outgoing  Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    MethodParameters:
          Name  Flags
      outgoing  final

  public org.apache.commons.math3.geometry.spherical.twod.Edge getOutgoing();
    descriptor: ()Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
         0: .line 121
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.Vertex.outgoing:Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
            areturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.Vertex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
}
SourceFile: "Vertex.java"