Enum Class Funnels.UnencodedCharsFunnel

java.lang.Object
java.lang.Enum<Funnels.UnencodedCharsFunnel>
com.google.common.hash.Funnels.UnencodedCharsFunnel
All Implemented Interfaces:
Funnel<CharSequence>, Serializable, Comparable<Funnels.UnencodedCharsFunnel>, Constable
Enclosing class:
Funnels

private static enum Funnels.UnencodedCharsFunnel extends Enum<Funnels.UnencodedCharsFunnel> implements Funnel<CharSequence>
  • Enum Constant Details

  • Constructor Details

    • UnencodedCharsFunnel

      private UnencodedCharsFunnel()
  • Method Details

    • values

      public static Funnels.UnencodedCharsFunnel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Funnels.UnencodedCharsFunnel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • funnel

      public void funnel(CharSequence from, PrimitiveSink into)
      Description copied from interface: Funnel
      Sends a stream of data from the from object into the sink into. There is no requirement that this data be complete enough to fully reconstitute the object later.
      Specified by:
      funnel in interface Funnel<CharSequence>
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Funnels.UnencodedCharsFunnel>