public abstract class org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape<T extends org.apache.lucene.spatial3d.geom.GeoShape> extends org.apache.lucene.spatial3d.geom.BasePlanetObject implements org.apache.lucene.spatial3d.geom.GeoShape
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape
  super_class: org.apache.lucene.spatial3d.geom.BasePlanetObject
{
  protected final java.util.List<T> shapes;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/List<TT;>;

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
         0: .line 44
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 38
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
         2: .line 45
            return
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    3     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
    MethodParameters:
             Name  Flags
      planetModel  

  public void addShape();
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape shape
         0: .line 53
            aload 1 /* shape */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getPlanetModel:()Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual org.apache.lucene.spatial3d.geom.PlanetModel.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 54
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot add a shape into a composite with different planet models."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            aload 1 /* shape */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 57
            return
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape shape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    4     1  shape  TT;
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      shape  final

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
         0: .line 65
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;

  public T getShape();
    descriptor: (I)Lorg/apache/lucene/spatial3d/geom/GeoShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // int index
         0: .line 74
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoShape
            areturn
        end local 1 // int index
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    1     1  index  I
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.io.InputStream, java.lang.Class<T>);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
        start local 3 // java.lang.Class clazz
         0: .line 84
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 85
            aload 1 /* planetModel */
            aload 2 /* inputStream */
            aload 3 /* clazz */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readHeterogeneousArray:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;Ljava/lang/Class;)[Lorg/apache/lucene/spatial3d/geom/SerializableObject;
            checkcast org.apache.lucene.spatial3d.geom.GeoShape[]
            astore 4 /* array */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoShape[] array
         2: .line 86
            aload 4 /* array */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 6
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape org.apache.lucene.spatial3d.geom.PlanetModel java.io.InputStream java.lang.Class org.apache.lucene.spatial3d.geom.GeoShape[] top int int org.apache.lucene.spatial3d.geom.SerializableObject[]
      StackMap stack:
         3: aload 8
            iload 6
            aaload
            astore 5 /* member */
        start local 5 // org.apache.lucene.spatial3d.geom.SerializableObject member
         4: .line 87
            aload 0 /* this */
            aload 3 /* clazz */
            aload 5 /* member */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoShape
            invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.addShape:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)V
        end local 5 // org.apache.lucene.spatial3d.geom.SerializableObject member
         5: .line 86
            iinc 6 1
      StackMap locals:
      StackMap stack:
         6: iload 6
            iload 7
            if_icmplt 3
         7: .line 89
            return
        end local 4 // org.apache.lucene.spatial3d.geom.GeoShape[] array
        end local 3 // java.lang.Class clazz
        end local 2 // java.io.InputStream inputStream
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    8     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    8     2  inputStream  Ljava/io/InputStream;
            0    8     3        clazz  Ljava/lang/Class<TT;>;
            2    8     4        array  [Lorg/apache/lucene/spatial3d/geom/GeoShape;
            4    5     5       member  Lorg/apache/lucene/spatial3d/geom/SerializableObject;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;Ljava/lang/Class<TT;>;)V
    MethodParameters:
             Name  Flags
      planetModel  final
      inputStream  final
      clazz        final

  public void write(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // java.io.OutputStream outputStream
         0: .line 93
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeHeterogeneousArray:(Ljava/io/OutputStream;Ljava/util/List;)V
         1: .line 94
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    2     1  outputStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      outputStream  final

  public boolean isWithin(org.apache.lucene.spatial3d.geom.Vector);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // org.apache.lucene.spatial3d.geom.Vector point
         0: .line 98
            aload 0 /* this */
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.x:D
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.y:D
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.z:D
            invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.isWithin:(DDD)Z
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.Vector point
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    1     1  point  Lorg/apache/lucene/spatial3d/geom/Vector;
    MethodParameters:
       Name  Flags
      point  final

  public boolean isWithin(double, double, double);
    descriptor: (DDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 103
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 4
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape double double double top java.util.Iterator
      StackMap stack:
         1: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoShape
            astore 7 /* shape */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoShape shape
         2: .line 104
            aload 7 /* shape */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.isWithin:(DDD)Z
            ifeq 4
         3: .line 105
            iconst_1
            ireturn
        end local 7 // org.apache.lucene.spatial3d.geom.GeoShape shape
         4: .line 103
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 107
            iconst_0
            ireturn
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    6     1      x  D
            0    6     3      y  D
            0    6     5      z  D
            2    4     7  shape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  public org.apache.lucene.spatial3d.geom.GeoPoint[] getEdgePoints();
    descriptor: ()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
         0: .line 112
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* edgePoints */
        start local 1 // java.util.List edgePoints
         1: .line 113
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoShape
            astore 2 /* shape */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoShape shape
         3: .line 114
            aload 1 /* edgePoints */
            aload 2 /* shape */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        end local 2 // org.apache.lucene.spatial3d.geom.GeoShape shape
         4: .line 113
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 116
            aload 1 /* edgePoints */
            aload 1 /* edgePoints */
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint[]
            areturn
        end local 1 // java.util.List edgePoints
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            1    6     1  edgePoints  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
            3    4     2       shape  Lorg/apache/lucene/spatial3d/geom/GeoShape;

  public boolean intersects(org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.GeoPoint[], org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // org.apache.lucene.spatial3d.geom.Plane p
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        start local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 121
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 4
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] org.apache.lucene.spatial3d.geom.Membership[] top java.util.Iterator
      StackMap stack:
         1: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoShape
            astore 4 /* shape */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoShape shape
         2: .line 122
            aload 4 /* shape */
            aload 1 /* p */
            aload 2 /* notablePoints */
            aload 3 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.intersects:(Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
            ifeq 4
         3: .line 123
            iconst_1
            ireturn
        end local 4 // org.apache.lucene.spatial3d.geom.GeoShape shape
         4: .line 121
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 125
            iconst_0
            ireturn
        end local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        end local 1 // org.apache.lucene.spatial3d.geom.Plane p
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    6     1              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    6     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    6     3         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
            2    4     4          shape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
               Name  Flags
      p              final
      notablePoints  final
      bounds         final

  public void getBounds(org.apache.lucene.spatial3d.geom.Bounds);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 130
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape org.apache.lucene.spatial3d.geom.Bounds top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoShape
            astore 2 /* shape */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoShape shape
         2: .line 131
            aload 2 /* shape */
            aload 1 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
        end local 2 // org.apache.lucene.spatial3d.geom.GeoShape shape
         3: .line 130
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 133
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    5     1  bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
            2    3     2   shape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
        Name  Flags
      bounds  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
         0: .line 137
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.hashCode:()I
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            ireturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
        start local 1 // java.lang.Object o
         0: .line 142
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape
            ifne 2
         1: .line 143
            iconst_0
            ireturn
         2: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape other
         3: .line 145
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<*>;
    MethodParameters:
      Name  Flags
      o     
}
Signature: <T::Lorg/apache/lucene/spatial3d/geom/GeoShape;>Lorg/apache/lucene/spatial3d/geom/BasePlanetObject;Lorg/apache/lucene/spatial3d/geom/GeoShape;
SourceFile: "GeoBaseCompositeShape.java"