class org.apache.commons.collections.map.SingletonMap$SingletonValues extends java.util.AbstractSet implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.map.SingletonMap$SingletonValues
  super_class: java.util.AbstractSet
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3689524741863047872

  private final org.apache.commons.collections.map.SingletonMap parent;
    descriptor: Lorg/apache/commons/collections/map/SingletonMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.apache.commons.collections.map.SingletonMap);
    descriptor: (Lorg/apache/commons/collections/map/SingletonMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
        start local 1 // org.apache.commons.collections.map.SingletonMap parent
         0: .line 511
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 512
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.apache.commons.collections.map.SingletonMap$SingletonValues.parent:Lorg/apache/commons/collections/map/SingletonMap;
         2: .line 513
            return
        end local 1 // org.apache.commons.collections.map.SingletonMap parent
        end local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/collections/map/SingletonMap$SingletonValues;
            0    3     1  parent  Lorg/apache/commons/collections/map/SingletonMap;
    MethodParameters:
        Name  Flags
      parent  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
         0: .line 516
            iconst_1
            ireturn
        end local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/map/SingletonMap$SingletonValues;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
         0: .line 519
            iconst_0
            ireturn
        end local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/map/SingletonMap$SingletonValues;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
        start local 1 // java.lang.Object object
         0: .line 522
            aload 0 /* this */
            getfield org.apache.commons.collections.map.SingletonMap$SingletonValues.parent:Lorg/apache/commons/collections/map/SingletonMap;
            aload 1 /* object */
            invokevirtual org.apache.commons.collections.map.SingletonMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/collections/map/SingletonMap$SingletonValues;
            0    1     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
         0: .line 525
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/map/SingletonMap$SingletonValues;

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
         0: .line 528
            new org.apache.commons.collections.iterators.SingletonIterator
            dup
            aload 0 /* this */
            getfield org.apache.commons.collections.map.SingletonMap$SingletonValues.parent:Lorg/apache/commons/collections/map/SingletonMap;
            invokevirtual org.apache.commons.collections.map.SingletonMap.getValue:()Ljava/lang/Object;
            iconst_0
            invokespecial org.apache.commons.collections.iterators.SingletonIterator.<init>:(Ljava/lang/Object;Z)V
            areturn
        end local 0 // org.apache.commons.collections.map.SingletonMap$SingletonValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/map/SingletonMap$SingletonValues;
}
SourceFile: "SingletonMap.java"
NestHost: org.apache.commons.collections.map.SingletonMap
InnerClasses:
  SingletonValues = org.apache.commons.collections.map.SingletonMap$SingletonValues of org.apache.commons.collections.map.SingletonMap