public final class com.google.common.collect.Streams$empty__206 extends java.lang.Object implements java.util.function.Supplier
{
public static java.util.function.Supplier bootstrap$()
{
com.google.common.collect.Streams$empty__206 v;
v = new com.google.common.collect.Streams$empty__206;
specialinvoke v.<com.google.common.collect.Streams$empty__206: void <init>()>();
return v;
}
public void <init>()
{
com.google.common.collect.Streams$empty__206 v;
v := @this: com.google.common.collect.Streams$empty__206;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object get()
{
com.google.common.collect.Streams$empty__206 v;
java.util.OptionalInt v;
v := @this: com.google.common.collect.Streams$empty__206;
v = staticinvoke <java.util.OptionalInt: java.util.OptionalInt empty()>();
return v;
}
}