Class IntegerOperationContributor

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class IntegerOperationContributor
    extends OperationContributor
    • Constructor Detail

      • IntegerOperationContributor

        public IntegerOperationContributor()
    • Method Detail

      • to

        public EolSequence<java.lang.Integer> to​(java.lang.Integer end)
      • iota

        public EolSequence<java.lang.Integer> iota​(int i,
                                                   int step)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toBinary

        public java.lang.String toBinary()
      • toHex

        public java.lang.String toHex()
      • mod

        public java.lang.Integer mod​(java.lang.Integer other)