Class CharacterSetBuilder.ValueNormalizer

  • Enclosing class:
    CharacterSetBuilder

    private static class CharacterSetBuilder.ValueNormalizer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double factor  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueNormalizer​(double factor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int normalize​(int value)  
      • Methods inherited from class java.lang.Object

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

      • factor

        private final double factor
    • Constructor Detail

      • ValueNormalizer

        public ValueNormalizer​(double factor)
    • Method Detail

      • normalize

        public int normalize​(int value)