javadoc.com.google.common.hash.Funnel.html Maven / Gradle / Ivy
The newest version!
Funnel (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
Interface Funnel<T>
An object which can send data from an object of type T
into a Sink
.
- Since:
- 11.0
- Author:
- Dimitris Andreou
Method Summary | |
---|---|
void |
funnel(T from,
Sink into)
Sends a stream of data from the from object into the sink into . |
Method Detail |
---|
funnel
void funnel(T from, Sink into)
- Sends a stream of data from the
from
object into the sinkinto
. There is no requirement that this data be complete enough to fully reconstitute the object later.
|
||||||||||
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