public interface org.springframework.beans.PropertyValues extends java.lang.Iterable<org.springframework.beans.PropertyValue>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.beans.PropertyValues
  super_class: java.lang.Object
{
  public java.util.Iterator<org.springframework.beans.PropertyValue> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.PropertyValues this
         0: .line 45
            aload 0 /* this */
            invokeinterface org.springframework.beans.PropertyValues.getPropertyValues:()[Lorg/springframework/beans/PropertyValue;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // org.springframework.beans.PropertyValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/PropertyValues;
    Signature: ()Ljava/util/Iterator<Lorg/springframework/beans/PropertyValue;>;

  public java.util.Spliterator<org.springframework.beans.PropertyValue> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.beans.PropertyValues this
         0: .line 54
            aload 0 /* this */
            invokeinterface org.springframework.beans.PropertyValues.getPropertyValues:()[Lorg/springframework/beans/PropertyValue;
            iconst_0
            invokestatic java.util.Spliterators.spliterator:([Ljava/lang/Object;I)Ljava/util/Spliterator;
            areturn
        end local 0 // org.springframework.beans.PropertyValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/PropertyValues;
    Signature: ()Ljava/util/Spliterator<Lorg/springframework/beans/PropertyValue;>;

  public java.util.stream.Stream<org.springframework.beans.PropertyValue> stream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.beans.PropertyValues this
         0: .line 62
            aload 0 /* this */
            invokeinterface org.springframework.beans.PropertyValues.spliterator:()Ljava/util/Spliterator;
            iconst_0
            invokestatic java.util.stream.StreamSupport.stream:(Ljava/util/Spliterator;Z)Ljava/util/stream/Stream;
            areturn
        end local 0 // org.springframework.beans.PropertyValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/PropertyValues;
    Signature: ()Ljava/util/stream/Stream<Lorg/springframework/beans/PropertyValue;>;

  public abstract org.springframework.beans.PropertyValue[] getPropertyValues();
    descriptor: ()[Lorg/springframework/beans/PropertyValue;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.beans.PropertyValue getPropertyValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/beans/PropertyValue;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      propertyName  

  public abstract org.springframework.beans.PropertyValues changesSince(org.springframework.beans.PropertyValues);
    descriptor: (Lorg/springframework/beans/PropertyValues;)Lorg/springframework/beans/PropertyValues;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      old   

  public abstract boolean contains(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      propertyName  

  public abstract boolean isEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lorg/springframework/beans/PropertyValue;>;
SourceFile: "PropertyValues.java"