com.google.common.hash
@Beta public final class Funnels extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Funnel<byte[]> |
byteArrayFunnel()
Returns a funnel that extracts the bytes from a
byte array. |
static Funnel<java.lang.CharSequence> |
stringFunnel()
Returns a funnel that extracts the characters from a
CharSequence. |