public final class com.google.common.hash.Funnels
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.google.common.hash.Funnels
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/Funnels;
public static com.google.common.hash.Funnel<byte[]> byteArrayFunnel();
descriptor: ()Lcom/google/common/hash/Funnel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.common.hash.Funnels$ByteArrayFunnel.INSTANCE:Lcom/google/common/hash/Funnels$ByteArrayFunnel;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/common/hash/Funnel<[B>;
public static com.google.common.hash.Funnel<java.lang.CharSequence> unencodedCharsFunnel();
descriptor: ()Lcom/google/common/hash/Funnel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.common.hash.Funnels$UnencodedCharsFunnel.INSTANCE:Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/common/hash/Funnel<Ljava/lang/CharSequence;>;
public static com.google.common.hash.Funnel<java.lang.CharSequence> stringFunnel(java.nio.charset.Charset);
descriptor: (Ljava/nio/charset/Charset;)Lcom/google/common/hash/Funnel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.common.hash.Funnels$StringCharsetFunnel
dup
aload 0
invokespecial com.google.common.hash.Funnels$StringCharsetFunnel.<init>:(Ljava/nio/charset/Charset;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 charset Ljava/nio/charset/Charset;
Signature: (Ljava/nio/charset/Charset;)Lcom/google/common/hash/Funnel<Ljava/lang/CharSequence;>;
MethodParameters:
Name Flags
charset
public static com.google.common.hash.Funnel<java.lang.Integer> integerFunnel();
descriptor: ()Lcom/google/common/hash/Funnel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.common.hash.Funnels$IntegerFunnel.INSTANCE:Lcom/google/common/hash/Funnels$IntegerFunnel;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/common/hash/Funnel<Ljava/lang/Integer;>;
public static <E> com.google.common.hash.Funnel<java.lang.Iterable<? extends E>> sequentialFunnel(com.google.common.hash.Funnel<E>);
descriptor: (Lcom/google/common/hash/Funnel;)Lcom/google/common/hash/Funnel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.common.hash.Funnels$SequentialFunnel
dup
aload 0
invokespecial com.google.common.hash.Funnels$SequentialFunnel.<init>:(Lcom/google/common/hash/Funnel;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 elementFunnel Lcom/google/common/hash/Funnel<TE;>;
Signature: <E:Ljava/lang/Object;>(Lcom/google/common/hash/Funnel<TE;>;)Lcom/google/common/hash/Funnel<Ljava/lang/Iterable<+TE;>;>;
MethodParameters:
Name Flags
elementFunnel
public static com.google.common.hash.Funnel<java.lang.Long> longFunnel();
descriptor: ()Lcom/google/common/hash/Funnel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.common.hash.Funnels$LongFunnel.INSTANCE:Lcom/google/common/hash/Funnels$LongFunnel;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/common/hash/Funnel<Ljava/lang/Long;>;
public static java.io.OutputStream asOutputStream(com.google.common.hash.PrimitiveSink);
descriptor: (Lcom/google/common/hash/PrimitiveSink;)Ljava/io/OutputStream;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.common.hash.Funnels$SinkAsStream
dup
aload 0
invokespecial com.google.common.hash.Funnels$SinkAsStream.<init>:(Lcom/google/common/hash/PrimitiveSink;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 sink Lcom/google/common/hash/PrimitiveSink;
MethodParameters:
Name Flags
sink
}
SourceFile: "Funnels.java"
NestMembers:
com.google.common.hash.Funnels$ByteArrayFunnel com.google.common.hash.Funnels$IntegerFunnel com.google.common.hash.Funnels$LongFunnel com.google.common.hash.Funnels$SequentialFunnel com.google.common.hash.Funnels$SinkAsStream com.google.common.hash.Funnels$StringCharsetFunnel com.google.common.hash.Funnels$StringCharsetFunnel$SerializedForm com.google.common.hash.Funnels$UnencodedCharsFunnel
InnerClasses:
private final ByteArrayFunnel = com.google.common.hash.Funnels$ByteArrayFunnel of com.google.common.hash.Funnels
private final IntegerFunnel = com.google.common.hash.Funnels$IntegerFunnel of com.google.common.hash.Funnels
private final LongFunnel = com.google.common.hash.Funnels$LongFunnel of com.google.common.hash.Funnels
private SequentialFunnel = com.google.common.hash.Funnels$SequentialFunnel of com.google.common.hash.Funnels
private SinkAsStream = com.google.common.hash.Funnels$SinkAsStream of com.google.common.hash.Funnels
private StringCharsetFunnel = com.google.common.hash.Funnels$StringCharsetFunnel of com.google.common.hash.Funnels
private final UnencodedCharsFunnel = com.google.common.hash.Funnels$UnencodedCharsFunnel of com.google.common.hash.Funnels
RuntimeInvisibleAnnotations:
com.google.common.annotations.Beta()