@ReadOnly(value=FreezableArray.class) public interface ReadOnlyArray<E> extends ReadOnlyIterable<E>
ReadOnly or Immutable types for the elements.| Modifier and Type | Method and Description |
|---|---|
@Nonnull @NonFrozen FreezableArray<E> |
clone() |
@Nonnull net.digitalid.utility.functional.iterators.ReadOnlyArrayIterator<E> |
iterator() |
toFreezableArray, toFreezableList, toFreezableMap, toFreezableSetisEmpty, size, sizeaverage, collect, combine, combine, contains, containsAll, containsAll, containsDuplicates, containsNull, count, distinct, doForEach, equals, evaluate, exclude, filter, filterNot, filterNulls, findFirst, findFirst, findLast, findLast, findUnique, flatten, flattenAll, flattenOne, getFirst, getFirst, getFirstOrNull, getLast, getLast, getLastOrNull, groupBy, indexOf, instanceOf, intersect, isAscending, isDescending, isEmptyOrSingle, isOrdered, isSingle, isStrictlyAscending, isStrictlyDescending, join, join, join, join, join, join, join, join, lastIndexOf, map, matchAll, matchAny, matchNone, max, max, max, max, min, min, min, min, of, of, reduce, reduce, repeated, reversed, skip, sorted, sorted, sumAsDouble, sumAsLong, toArray, toArray, toGenericArray, toList, toMap, toSet, zipLongest, zipShortestextract, get, hasSize, limit, sizeAtLeast, sizeAtMost, zipLongest, zipShortestforEach, spliterator@Pure @Nonnull @Nonnull net.digitalid.utility.functional.iterators.ReadOnlyArrayIterator<E> iterator()
@Pure @Capturable @Nonnull @NonFrozen @Nonnull @NonFrozen FreezableArray<E> clone()
clone in interface net.digitalid.utility.freezable.ReadOnlyInterfaceclone in interface ReadOnlyIterable<E>Copyright © 2017. All rights reserved.