toggle menu
Selekt
0.29.0-SNAPSHOT
jvm
switch theme
search in API
selekt-java
/
com.bloomberg.selekt.commons
Package-level
declarations
Types
Functions
Types
Linked
Queue
Link copied to clipboard
@
NotThreadSafe
class
LinkedQueue
<
T
>
Managed
String
Builder
Link copied to clipboard
@
NotThreadSafe
class
ManagedStringBuilder
(
defaultLength
:
Int
=
128
,
maxRetainedLength
:
Int
=
512
)
Functions
delete
Database
Link copied to clipboard
fun
deleteDatabase
(
file
:
File
)
:
<Error class: unknown class>
for
Each
By
Position
Link copied to clipboard
inline
fun
<
T
>
Array
<
T
>
.
forEachByPosition
(
block
:
(
T
,
Int
)
->
Unit
)
for
Each
By
Position
Until
Link copied to clipboard
inline
fun
<
T
>
Array
<
T
>
.
forEachByPositionUntil
(
index
:
Int
,
block
:
(
T
,
Int
)
->
Unit
)
Iterates over the array elements until the specified index (exclusive).
for
Until
Link copied to clipboard
inline
fun
Int
.
forUntil
(
other
:
Int
,
block
:
(
Int
)
->
Unit
)
is
English
Letter
Link copied to clipboard
fun
Char
.
isEnglishLetter
(
)
:
Boolean
is
Not
English
Letter
Link copied to clipboard
fun
Char
.
isNotEnglishLetter
(
)
:
Boolean
zero
Link copied to clipboard
fun
ByteArray
.
zero
(
)
:
<Error class: unknown class>