public class SerialArrayList<U> extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
unitSize |
| Constructor and Description |
|---|
SerialArrayList(SerialType<U> factory) |
SerialArrayList(SerialType<U> factory,
Collection<U> items) |
SerialArrayList(SerialType<U> factory,
int size) |
SerialArrayList(SerialType<U> factory,
SerialArrayList<U>... items) |
SerialArrayList(SerialType<U> factory,
U... items) |
| Modifier and Type | Method and Description |
|---|---|
SerialArrayList<U> |
add(SerialArrayList<U> right) |
int |
add(U value) |
int |
addAll(Collection<U> data) |
void |
clear() |
SerialArrayList<U> |
copy() |
boolean |
equals(Object o) |
U |
get(int i) |
int |
getMemorySize() |
int |
hashCode() |
int |
length() |
void |
putAll(Collection<U> data,
int startIndex) |
void |
putAll(SerialArrayList<U> data,
int startIndex) |
void |
set(int i,
U value) |
U |
update(int i,
java.util.function.Function<U,U> updater) |
public SerialArrayList(SerialType<U> factory, SerialArrayList<U>... items)
public SerialArrayList(SerialType<U> factory, Collection<U> items)
public SerialArrayList(SerialType<U> factory, U... items)
public SerialArrayList(SerialType<U> factory)
public SerialArrayList(SerialType<U> factory, int size)
public SerialArrayList<U> add(SerialArrayList<U> right)
public void clear()
public int length()
public U get(int i)
public int add(U value)
public U update(int i, java.util.function.Function<U,U> updater)
public void set(int i,
U value)
public int addAll(Collection<U> data)
public void putAll(Collection<U> data, int startIndex)
public void putAll(SerialArrayList<U> data, int startIndex)
public int getMemorySize()
public SerialArrayList<U> copy()
Copyright © 2019 SimiaCryptus Software. All rights reserved.