Class Strings

java.lang.Object
org.nervos.ckb.utils.Strings

public class Strings
extends java.lang.Object
Copyright © 2018 Nervos Foundation. All rights reserved.
  • Constructor Summary

    Constructors 
    Constructor Description
    Strings()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isEmpty​(java.lang.String s)  
    static java.lang.String repeat​(char value, int n)  
    static java.lang.String zeros​(int n)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • zeros

      public static java.lang.String zeros​(int n)
    • repeat

      public static java.lang.String repeat​(char value, int n)
    • isEmpty

      public static boolean isEmpty​(java.lang.String s)