الفرق بين المراجعتين ل"Kotlin/DoubleArray"

من موسوعة حسوب
اذهب إلى التنقل اذهب إلى البحث
سطر 1: سطر 1:
 +
== الدوال البانية (Constructors) ==
 
<noinclude>{{DISPLAYTITLE:الصنف <code>‎‎DoubleArray</code>‎ في Kotlin}}</noinclude>
 
<noinclude>{{DISPLAYTITLE:الصنف <code>‎‎DoubleArray</code>‎ في Kotlin}}</noinclude>
  
 
=== <code>[[Kotlin/DoubleArray/Init|<init>]]</code> ===
 
=== <code>[[Kotlin/DoubleArray/Init|<init>]]</code> ===
 +
 +
== الخاصيات ==
 +
 
=== <code>[[Kotlin/DoubleArray/size|size]]</code> ===
 
=== <code>[[Kotlin/DoubleArray/size|size]]</code> ===
 +
 +
== الدوال ==
 +
 
=== <code>[[Kotlin/DoubleArray/get|get]]</code> ===
 
=== <code>[[Kotlin/DoubleArray/get|get]]</code> ===
 
=== <code>[[Kotlin/DoubleArray/iterator|iterator]]</code> ===
 
=== <code>[[Kotlin/DoubleArray/iterator|iterator]]</code> ===
 
=== <code>[[Kotlin/DoubleArray/set|set]]</code> ===
 
=== <code>[[Kotlin/DoubleArray/set|set]]</code> ===
 +
 +
== الدوال الموروثة (Inherited Functions) ==
 +
 
=== <code>[[Kotlin/Any/equals|equals]]</code> ===
 
=== <code>[[Kotlin/Any/equals|equals]]</code> ===
 
=== <code>[[Kotlin/Any/hashCode|hashCode]]</code> ===
 
=== <code>[[Kotlin/Any/hashCode|hashCode]]</code> ===
 
=== <code>[[Kotlin/Any/toString|toString]]</code> ===
 
=== <code>[[Kotlin/Any/toString|toString]]</code> ===
 +
 +
== الخاصيات الإضافية (Extension Properties) ==
 +
 
=== <code>[[Kotlin/collections/indices|indices]]</code> ===
 
=== <code>[[Kotlin/collections/indices|indices]]</code> ===
 
=== <code>[[Kotlin/collections/lastIndex|lastIndex]]</code> ===
 
=== <code>[[Kotlin/collections/lastIndex|lastIndex]]</code> ===
 +
 +
== الدوال الإضافية (Extension Functions) ==
 +
 
=== <code>[[Kotlin/collections/all|all]]</code> ===
 
=== <code>[[Kotlin/collections/all|all]]</code> ===
 
=== <code>[[Kotlin/collections/any|any]]</code> ===
 
=== <code>[[Kotlin/collections/any|any]]</code> ===

مراجعة 11:39، 17 يوليو 2018

الدوال البانية (Constructors)

<init>

الخاصيات

size

الدوال

get

iterator

set

الدوال الموروثة (Inherited Functions)

equals

hashCode

toString

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

indices

lastIndex

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

all

any

asIterable

asList

asSequence

associate

associateBy

associateByTo

associateTo

average

binarySearch

component1

contains

contentEquals

contentHashCode

contentToString

copyOf

copyOfRange

count

distinct

distinctBy

drop

dropLast

dropLastWhile

dropWhile

elementAt

elementAtOrElse

elementAtOrNull

fill

filter

filterIndexed

filterIndexedTo

filterNot

filterNotTo

filterTo

find

findLast

first

firstOrNull

flatMap

flatMapTo