Package com.google.common.hash
Class Funnels.SequentialFunnel<E>
java.lang.Object
com.google.common.hash.Funnels.SequentialFunnel<E>
- All Implemented Interfaces:
Funnel<Iterable<? extends E>>
,Serializable
- Enclosing class:
Funnels
private static class Funnels.SequentialFunnel<E>
extends Object
implements Funnel<Iterable<? extends E>>, Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
elementFunnel
-
-
Constructor Details
-
SequentialFunnel
-
-
Method Details
-
funnel
Description copied from interface:Funnel
Sends a stream of data from thefrom
object into the sinkinto
. There is no requirement that this data be complete enough to fully reconstitute the object later. -
toString
-
equals
-
hashCode
public int hashCode()
-