|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.common.hash.Funnels
@Beta public final class Funnels
Funnels for common types. All implementations are serializable.
Method Summary | |
---|---|
static Funnel<byte[]> |
byteArrayFunnel()
Returns a funnel that extracts the bytes from a byte array. |
static Funnel<CharSequence> |
stringFunnel()
Returns a funnel that extracts the characters from a CharSequence . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Funnel<byte[]> byteArrayFunnel()
byte
array.
public static Funnel<CharSequence> stringFunnel()
CharSequence
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |