Anything
JsonArray
Basic
Identifiable
Object
Anything
List
Collection
Iterable
Category
Correspondence
Ranged
Iterable
Category
no subtypes hierarchy
Initializer |
JsonArray(MDJSONArray delegate) |
Attributes | |
hash | Source Codeshared actual Integer hash The hash value of the value, which allows the value to be an element of a hash-based set or key of a hash-based map. Implementations must respect the constraint that:
Therefore, a class which refines In general, Note that when executing on a Java Virtual Machine, the
64-bit Refines List.hash ultimately refines Object.hash |
lastIndex | Source Codeshared actual Integer? lastIndex The index of the last element of the list, or Refines List.lastIndex |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Attributes inherited from: Collection<Element> empty , permutations , string |
Attributes inherited from: Correspondence<Key,Item> keys |
Attributes inherited from: Iterable<Element,Absent> coalesced , cycled , distinct , empty , exceptLast , first , indexed , last , paired , rest , size , string |
Attributes inherited from: List<Element> first , hash , keys , last , lastIndex , rest , reversed , size |
Methods | |
equals | Source Codeshared actual Boolean equals(Object that) Determine if two values are equal. Implementations should respect the constraints that:
Furthermore it is recommended that implementations
ensure that if A class which explicitly refines Note that an implementation of Refines List.equals ultimately refines Object.equals |
getFromFirst | Source Codeshared actual JsonValue? getFromFirst(Integer index) The Refines List.getFromFirst ultimately refines Iterable.getFromFirst |
iterator | Source Codeshared actual Iterator<JsonValue> iterator() An iterator for the elements belonging to this stream. Refines List.iterator ultimately refines Iterable.iterator |
Inherited Methods |
Methods inherited from: Object equals |
Methods inherited from: Category<Element> contains , containsAny , containsEvery |
Methods inherited from: Collection<Element> clone , contains |
Methods inherited from: Correspondence<Key,Item> defines , definesAny , definesEvery , get , getAll |
Methods inherited from: Iterable<Element,Absent> any , by , chain , collect , contains , count , defaultNullElements , each , every , filter , find , findLast , flatMap , fold , follow , frequencies , getFromFirst , group , indexes , interpose , iterator , locate , locateLast , locations , longerThan , map , max , narrow , partition , product , reduce , repeat , scan , select , sequence , shorterThan , skip , skipWhile , sort , spread , summarize , tabulate , take , takeWhile |
Methods inherited from: List<Element> clone , collect , contains , defines , endsWith , equals , find , findLast , firstIndexWhere , get , getFromFirst , getFromLast , indexesWhere , initial , iterator , lastIndexWhere , longerThan , measure , patch , repeat , shorterThan , slice , span , spanFrom , spanTo , startsWith , sublist , sublistFrom , sublistTo , terminal , trim , trimLeading , trimTrailing |
Methods inherited from: Ranged<Index,Element,Subrange> measure , span , spanFrom , spanTo |