class org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.euclidean.twod.Vector2D location;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  void <init>(org.apache.commons.math3.geometry.euclidean.twod.Vector2D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D location
         0: .line 429
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 430
            aload 0 /* this */
            aload 1 /* location */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.location:Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
         2: .line 431
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.incoming:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
         3: .line 432
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.outgoing:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
         4: .line 433
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.lines:Ljava/util/List;
         5: .line 434
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D location
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            0    6     1  location  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
    MethodParameters:
          Name  Flags
      location  final

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

  public void bindWith(org.apache.commons.math3.geometry.euclidean.twod.Line);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Line line
         0: .line 447
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.lines:Ljava/util/List;
            aload 1 /* line */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 448
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Line line
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            0    2     1  line  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
    MethodParameters:
      Name  Flags
      line  final

  public org.apache.commons.math3.geometry.euclidean.twod.Line sharedLineWith(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;)Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex vertex
         0: .line 461
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.lines:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.euclidean.twod.Line
            astore 2 /* line1 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.twod.Line line1
         2: .line 462
            aload 1 /* vertex */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.lines:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex org.apache.commons.math3.geometry.euclidean.twod.Line 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.euclidean.twod.Line
            astore 4 /* line2 */
        start local 4 // org.apache.commons.math3.geometry.euclidean.twod.Line line2
         4: .line 463
            aload 2 /* line1 */
            aload 4 /* line2 */
            if_acmpne 6
         5: .line 464
            aload 2 /* line1 */
            areturn
        end local 4 // org.apache.commons.math3.geometry.euclidean.twod.Line line2
         6: .line 462
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // org.apache.commons.math3.geometry.euclidean.twod.Line line1
         7: .line 461
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         8: .line 468
            aconst_null
            areturn
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex vertex
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            0    9     1  vertex  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            2    7     2   line1  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            4    6     4   line2  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
    MethodParameters:
        Name  Flags
      vertex  final

  public void setIncoming(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge incoming
         0: .line 479
            aload 0 /* this */
            aload 1 /* incoming */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.incoming:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
         1: .line 480
            aload 0 /* this */
            aload 1 /* incoming */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.getLine:()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.bindWith:(Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
         2: .line 481
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge incoming
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            0    3     1  incoming  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
    MethodParameters:
          Name  Flags
      incoming  final

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

  public void setOutgoing(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge outgoing
         0: .line 498
            aload 0 /* this */
            aload 1 /* outgoing */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.outgoing:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
         1: .line 499
            aload 0 /* this */
            aload 1 /* outgoing */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.getLine:()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.bindWith:(Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
         2: .line 500
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge outgoing
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            0    3     1  outgoing  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
    MethodParameters:
          Name  Flags
      outgoing  final

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