Kotlin/Array

من موسوعة حسوب
< Kotlin
مراجعة 14:49، 12 مايو 2018 بواسطة عبد اللطيف ايمش (نقاش | مساهمات) (إنشاء الصفحة مع البنية الأساسية لها)
(فرق) → مراجعة أقدم | المراجعة الحالية (فرق) | مراجعة أحدث ← (فرق)
اذهب إلى التنقل اذهب إلى البحث

الدوال البانية

<int>

الدوال

size

iterator

get

الدوال الموروثة

equals

hashCode

toString

الخاصيات الإضافية (Extension Properties)

indices

lastIndex

الدوال الإضافية (Extension Functions)

all

any

asIterable

asList

asSequence

associate

associateBy

associateByTo

associateTo

average

binarySearch

component1

contains

contentDeepEquals

contentDeepHashCode

contentDeepToString

contentEquals

contentHashCode

contentToString

copyOf

copyOfRange

count

distinct

distinctBy

drop

dropLast

dropLastWhile

dropWhile

elementAt

elementAtOrElse

elementAtOrNull

fill

filter

filterIndexed

filterIndexedTo

filterIsInstance

filterIsInstanceTo

filterNot

filterNotNull

filterNotNullTo

filterNotTo

filterTo

find

findLast

first

firstOrNull

flatMap

flatMapTo

flatten

fold

foldIndexed

foldRight

foldRightIndexed

forEach

forEachIndexed

getOrElse

getOrNull

groupBy

groupByTo

groupingBy

indexOf

indexOfFirst

indexOfLast

intersect

isArrayOf

isEmpty

isNotEmpty

joinTo

joinToString

last

lastIndexOf

lastOrNull

map

mapIndexed

mapIndexedNotNull

mapIndexedNotNullTo

mapIndexedTo

mapNotNull

mapNotNullTo

mapTo

max

maxBy

maxWith

min

minBy

minWith

none

orEmpty

partition

plus

plusElement

reduce

reduceIndexed

reduceRight

reduceRightIndexed

requireNoNulls

reverse

reversed

reversedArray

single

singleOrNull

slice

sliceArray

sort

sortBy

sortByDescending

sortDescending

sortWith

sorted

sortedArray

sortedArrayDescending

sortedArrayWith

sortedBy

sortedByDescending

sortedDescending

sortedWith

subtract

sum

sumBy

sumByDouble

take

takeLast

takeLastWhile

takeWhile

toBooleanArray

toByteArray

toCharArray

toCollection

toDoubleArray

toFloatArray

toHashSet

toIntArray

toList

toLongArray

toMap

toMutableList

toMutableSet

toSet

toShortArray

toSortedSet

union

unzip

withIndex

zip