class javafx.collections.FXCollections$EmptyObservableSet$1 implements java.util.Iterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.collections.FXCollections$EmptyObservableSet$1
super_class: java.lang.Object
{
final javafx.collections.FXCollections$EmptyObservableSet this$1;
descriptor: Ljavafx/collections/FXCollections$EmptyObservableSet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.collections.FXCollections$EmptyObservableSet);
descriptor: (Ljavafx/collections/FXCollections$EmptyObservableSet;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield javafx.collections.FXCollections$EmptyObservableSet$1.this$1:Ljavafx/collections/FXCollections$EmptyObservableSet;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$EmptyObservableSet$1;
MethodParameters:
Name Flags
this$0 final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$EmptyObservableSet$1;
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$EmptyObservableSet$1;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$EmptyObservableSet$1;
}
SourceFile: "FXCollections.java"
EnclosingMethod: javafx.collections.FXCollections$EmptyObservableSet.iterator:()Ljava/util/Iterator;
NestHost: javafx.collections.FXCollections
InnerClasses:
private EmptyObservableSet = javafx.collections.FXCollections$EmptyObservableSet of javafx.collections.FXCollections
javafx.collections.FXCollections$EmptyObservableSet$1