Package de.jungblut.utils
Class IntegerFunnel
- java.lang.Object
-
- de.jungblut.utils.IntegerFunnel
-
- All Implemented Interfaces:
com.google.common.hash.Funnel<java.lang.Integer>,java.io.Serializable
public class IntegerFunnel extends java.lang.Object implements com.google.common.hash.Funnel<java.lang.Integer>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegerFunnel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfunnel(java.lang.Integer from, com.google.common.hash.PrimitiveSink into)
-