javadoc.com.google.common.hash.Funnels.html Maven / Gradle / Ivy
The newest version!
Funnels (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
com.google.common.hash
Class Funnels
java.lang.Object
com.google.common.hash.Funnels
Funnels for common types. All implementations are serializable.
- Since:
- 11.0
- Author:
- Dimitris Andreou
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 |
---|
byteArrayFunnel
public static Funnel<byte[]> byteArrayFunnel()
- Returns a funnel that extracts the bytes from a
byte
array.
stringFunnel
public static Funnel<CharSequence> stringFunnel()
- Returns a funnel that extracts the characters from a
CharSequence
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy