Uses of Interface
org.midheaven.collections.Array
Packages that use Array
-
Uses of Array in org.midheaven.collections
Methods in org.midheaven.collections that return ArrayModifier and TypeMethodDescriptionstatic <X> Array<X> Array.empty()Returns an empty instance.static <X> Array<X> Creates a newArrayof the given type and size.static <X> Array<X> Array.of(X... values) Creates a newArraywith the given valuesstatic <X> Array<X> Array.repeat(X value, int size) Creates a newArrayof the given size where all values are the same as the given non-null value