public class org.springframework.data.domain.Range$Bound<T extends java.lang.Comparable<T>>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.data.domain.Range$Bound
super_class: java.lang.Object
{
private static final org.springframework.data.domain.Range$Bound<?> UNBOUNDED;
descriptor: Lorg/springframework/data/domain/Range$Bound;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/springframework/data/domain/Range$Bound<*>;
private final java.util.Optional<T> value;
descriptor: Ljava/util/Optional;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Optional<TT;>;
private final boolean inclusive;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe blank final field lowerBound may not have been initialized\n\tThe blank final field upperBound may not have been initialized\n\tCannot infer type arguments for Range<>\n\tCannot infer type arguments for Range<>\n\tCannot infer type arguments for Range<>\n\tCannot infer type arguments for Range<>\n\tCannot infer type arguments for Range<>\n\tCannot infer type arguments for Range<>\n\tCannot infer type arguments for Range<>\n\tThe method getValue() is undefined for the type Range.Bound<T>\n\tThe method getValue() is undefined for the type Range.Bound<T>\n\tThe constructor Range.Bound(Optional.empty(), boolean) is undefined\n\tCannot infer type arguments for Bound<>\n\tCannot infer type arguments for Bound<>\n\tThe method getValue() is undefined for the type Range.Bound<T>\n\tThe method getValue() is undefined for the type Range.Bound<T>\n\tCannot infer type arguments for Range<>\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/Range$Bound<TT;>;
public static <T extends java.lang.Comparable<T>> org.springframework.data.domain.Range$Bound<T> unbounded();
descriptor: ()Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: <T::Ljava/lang/Comparable<TT;>;>()Lorg/springframework/data/domain/Range$Bound<TT;>;
public boolean isBounded();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/Range$Bound<TT;>;
public static <T extends java.lang.Comparable<T>> org.springframework.data.domain.Range$Bound<T> inclusive(T);
descriptor: (Ljava/lang/Comparable;)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tCannot infer type arguments for Bound<>\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: <T::Ljava/lang/Comparable<TT;>;>(TT;)Lorg/springframework/data/domain/Range$Bound<TT;>;
MethodParameters:
Name Flags
value
public static org.springframework.data.domain.Range$Bound<java.lang.Integer> inclusive(int);
descriptor: (I)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: (I)Lorg/springframework/data/domain/Range$Bound<Ljava/lang/Integer;>;
MethodParameters:
Name Flags
value
public static org.springframework.data.domain.Range$Bound<java.lang.Long> inclusive(long);
descriptor: (J)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: (J)Lorg/springframework/data/domain/Range$Bound<Ljava/lang/Long;>;
MethodParameters:
Name Flags
value
public static org.springframework.data.domain.Range$Bound<java.lang.Float> inclusive(float);
descriptor: (F)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: (F)Lorg/springframework/data/domain/Range$Bound<Ljava/lang/Float;>;
MethodParameters:
Name Flags
value
public static org.springframework.data.domain.Range$Bound<java.lang.Double> inclusive(double);
descriptor: (D)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: (D)Lorg/springframework/data/domain/Range$Bound<Ljava/lang/Double;>;
MethodParameters:
Name Flags
value
public static <T extends java.lang.Comparable<T>> org.springframework.data.domain.Range$Bound<T> exclusive(T);
descriptor: (Ljava/lang/Comparable;)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tCannot infer type arguments for Bound<>\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: <T::Ljava/lang/Comparable<TT;>;>(TT;)Lorg/springframework/data/domain/Range$Bound<TT;>;
MethodParameters:
Name Flags
value
public static org.springframework.data.domain.Range$Bound<java.lang.Integer> exclusive(int);
descriptor: (I)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: (I)Lorg/springframework/data/domain/Range$Bound<Ljava/lang/Integer;>;
MethodParameters:
Name Flags
value
public static org.springframework.data.domain.Range$Bound<java.lang.Long> exclusive(long);
descriptor: (J)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: (J)Lorg/springframework/data/domain/Range$Bound<Ljava/lang/Long;>;
MethodParameters:
Name Flags
value
public static org.springframework.data.domain.Range$Bound<java.lang.Float> exclusive(float);
descriptor: (F)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: (F)Lorg/springframework/data/domain/Range$Bound<Ljava/lang/Float;>;
MethodParameters:
Name Flags
value
public static org.springframework.data.domain.Range$Bound<java.lang.Double> exclusive(double);
descriptor: (D)Lorg/springframework/data/domain/Range$Bound;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: (D)Lorg/springframework/data/domain/Range$Bound<Ljava/lang/Double;>;
MethodParameters:
Name Flags
value
java.lang.String toPrefixString();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method getValue() is undefined for the type Range.Bound<T>\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/Range$Bound<TT;>;
java.lang.String toSuffixString();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method getValue() is undefined for the type Range.Bound<T>\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/Range$Bound<TT;>;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/Range$Bound<TT;>;
}
Signature: <T::Ljava/lang/Comparable<TT;>;>Ljava/lang/Object;
SourceFile: "Range.java"
NestHost: org.springframework.data.domain.Range
InnerClasses:
public Bound = org.springframework.data.domain.Range$Bound of org.springframework.data.domain.Range