public final class com.github.javaparser.ast.comments.CommentsCollection$lambda_getLineComments_2__779 extends java.lang.Object implements java.util.function.Supplier
{
public static java.util.function.Supplier bootstrap$()
{
com.github.javaparser.ast.comments.CommentsCollection$lambda_getLineComments_2__779 v;
v = new com.github.javaparser.ast.comments.CommentsCollection$lambda_getLineComments_2__779;
specialinvoke v.<com.github.javaparser.ast.comments.CommentsCollection$lambda_getLineComments_2__779: void <init>()>();
return v;
}
public void <init>()
{
com.github.javaparser.ast.comments.CommentsCollection$lambda_getLineComments_2__779 v;
v := @this: com.github.javaparser.ast.comments.CommentsCollection$lambda_getLineComments_2__779;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object get()
{
com.github.javaparser.ast.comments.CommentsCollection$lambda_getLineComments_2__779 v;
java.util.TreeSet v;
v := @this: com.github.javaparser.ast.comments.CommentsCollection$lambda_getLineComments_2__779;
v = staticinvoke <com.github.javaparser.ast.comments.CommentsCollection: java.util.TreeSet lambda$getLineComments$2()>();
return v;
}
}