Class 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
      void funnel​(java.lang.Integer from, com.google.common.hash.PrimitiveSink into)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegerFunnel

        public IntegerFunnel()
    • Method Detail

      • funnel

        public void funnel​(java.lang.Integer from,
                           com.google.common.hash.PrimitiveSink into)
        Specified by:
        funnel in interface com.google.common.hash.Funnel<java.lang.Integer>