public final class CharExtensions
final static String
times(Character $self, Integer n)
repeat(Character $self, Integer n)
final static UInt
toUInt(Character $self)
final static ULong
toULong(Character $self)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static String times(Character $self, Integer n)
重复当前字符到指定次数。
final static String repeat(Character $self, Integer n)
final static UInt toUInt(Character $self)
final static ULong toULong(Character $self)