Modifier and Type | Field and Description |
---|---|
private Funnel<E> |
elementFunnel |
Constructor and Description |
---|
SequentialFunnel(Funnel<E> elementFunnel) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
void |
funnel(java.lang.Iterable<? extends E> from,
PrimitiveSink into)
Sends a stream of data from the
from object into the sink into . |
int |
hashCode() |
java.lang.String |
toString() |
public void funnel(java.lang.Iterable<? extends E> from, PrimitiveSink into)
Funnel
from
object into the sink into
. There is no
requirement that this data be complete enough to fully reconstitute the object later.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object