public interface IndexedCollection<T> extends Iterable<T>
void
add(long T)
T
get(int index)
set(int index, T value)
int
size()
sort()
Stream<T>
stream()
forEach, iterator, spliterator
void add(long T)
T get(int index)
int size()
void set(int index, T value)
void sort()
Stream<T> stream()
Copyright © 2019. All rights reserved.