public class GridReadOnlyArrayView<T> extends AbstractCollection<T>
| Constructor and Description |
|---|
GridReadOnlyArrayView(T[] arr,
int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic GridReadOnlyArrayView(T[] arr, int from, int to)
arr - Array.from - Array index view starts from (inclusive).to - Array index view ends with (exclusive).public int size()
size in interface Collection<T>size in class AbstractCollection<T>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020