| Modifier and Type | Class and Description |
|---|---|
static class |
Slice.SliceIterator |
| Constructor and Description |
|---|
Slice(int capacity) |
Slice(Object[] array) |
Slice(Slice slice,
int offset,
int pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object object) |
void |
forEach(Consumer<? super Object> action) |
Object |
get(int index) |
Iterator<Object> |
iterator() |
void |
set(int index,
Object object) |
int |
size() |
Spliterator<Object> |
spliterator() |
Slice |
sub(int offsetAdd,
int posAdd) |
public Slice(int capacity)
public Slice(Object[] array)
public Slice(Slice slice, int offset, int pos)
public int size()
public Slice sub(int offsetAdd, int posAdd)
public Object get(int index)
public void add(Object object)
public void set(int index,
Object object)
public Spliterator<Object> spliterator()
spliterator in interface Iterable<Object>Copyright © 2021. All rights reserved.