Class RSSUtils


  • public final class RSSUtils
    extends java.lang.Object
    Adapted from listings in ISO/IEC 24724 Appendix B and Appendix G.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RSSUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static int combins​(int n, int r)  
      static int getRSSvalue​(int[] widths, int maxWidth, boolean noNarrow)  
      • Methods inherited from class java.lang.Object

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

      • RSSUtils

        private RSSUtils()
    • Method Detail

      • getRSSvalue

        public static int getRSSvalue​(int[] widths,
                                      int maxWidth,
                                      boolean noNarrow)
      • combins

        private static int combins​(int n,
                                   int r)