matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.util
/
StringOrderUtils
String
Order
Utils
object
StringOrderUtils
Content copied to clipboard
Functions
Properties
Functions
average
Link copied to clipboard
fun
average
(
left
:
String
,
right
:
String
,
alphabet
:
CharArray
=
DEFAULT_ALPHABET
)
:
String
?
Content copied to clipboard
base
To
String
Link copied to clipboard
fun
baseToString
(
x
:
BigInteger
,
alphabet
:
CharArray
)
:
String
Content copied to clipboard
mid
Points
Link copied to clipboard
fun
midPoints
(
left
:
String
,
right
:
String
,
count
:
Int
,
alphabet
:
CharArray
=
DEFAULT_ALPHABET
)
:
List
<
String
>
?
Content copied to clipboard
string
To
Base
Link copied to clipboard
fun
stringToBase
(
x
:
String
,
alphabet
:
CharArray
)
:
BigInteger
Content copied to clipboard
Properties
DEFAULT_ALPHABET
Link copied to clipboard
val
DEFAULT_ALPHABET
:
CharArray
Content copied to clipboard