Class IndianNumberChunking

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Integer> chunk​(java.lang.Long value)  
      • Methods inherited from class java.lang.Object

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

      • IndianNumberChunking

        public IndianNumberChunking()
    • Method Detail

      • chunk

        public java.util.List<java.lang.Integer> chunk​(java.lang.Long value)
        Overrides:
        chunk in class NumberChunking