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
-
-
Method Details
-
public static java.lang.String zeros(int n)
-
public static java.lang.String repeat(char value,
int n)
-
public static boolean isEmpty(java.lang.String s)