public class H256Vector extends java.util.AbstractList<SWIGTYPE_p_bcos__h256> implements java.util.RandomAccess
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
H256Vector() |
|
H256Vector(H256Vector other) |
|
H256Vector(int count,
SWIGTYPE_p_bcos__h256 value) |
|
H256Vector(java.lang.Iterable<SWIGTYPE_p_bcos__h256> initialElements) |
protected |
H256Vector(long cPtr,
boolean cMemoryOwn) |
|
H256Vector(SWIGTYPE_p_bcos__h256[] initialElements) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
SWIGTYPE_p_bcos__h256 e) |
boolean |
add(SWIGTYPE_p_bcos__h256 e) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
SWIGTYPE_p_bcos__h256 |
get(int index) |
protected static long |
getCPtr(H256Vector obj) |
boolean |
isEmpty() |
SWIGTYPE_p_bcos__h256 |
remove(int index) |
protected void |
removeRange(int fromIndex,
int toIndex) |
void |
reserve(long n) |
SWIGTYPE_p_bcos__h256 |
set(int index,
SWIGTYPE_p_bcos__h256 e) |
int |
size() |
protected static long |
swigRelease(H256Vector obj) |
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringprotected H256Vector(long cPtr,
boolean cMemoryOwn)
public H256Vector(SWIGTYPE_p_bcos__h256[] initialElements)
public H256Vector(java.lang.Iterable<SWIGTYPE_p_bcos__h256> initialElements)
public H256Vector()
public H256Vector(H256Vector other)
public H256Vector(int count,
SWIGTYPE_p_bcos__h256 value)
protected static long getCPtr(H256Vector obj)
protected static long swigRelease(H256Vector obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public SWIGTYPE_p_bcos__h256 get(int index)
get in interface java.util.List<SWIGTYPE_p_bcos__h256>get in class java.util.AbstractList<SWIGTYPE_p_bcos__h256>public SWIGTYPE_p_bcos__h256 set(int index, SWIGTYPE_p_bcos__h256 e)
set in interface java.util.List<SWIGTYPE_p_bcos__h256>set in class java.util.AbstractList<SWIGTYPE_p_bcos__h256>public boolean add(SWIGTYPE_p_bcos__h256 e)
add in interface java.util.Collection<SWIGTYPE_p_bcos__h256>add in interface java.util.List<SWIGTYPE_p_bcos__h256>add in class java.util.AbstractList<SWIGTYPE_p_bcos__h256>public void add(int index,
SWIGTYPE_p_bcos__h256 e)
add in interface java.util.List<SWIGTYPE_p_bcos__h256>add in class java.util.AbstractList<SWIGTYPE_p_bcos__h256>public SWIGTYPE_p_bcos__h256 remove(int index)
remove in interface java.util.List<SWIGTYPE_p_bcos__h256>remove in class java.util.AbstractList<SWIGTYPE_p_bcos__h256>protected void removeRange(int fromIndex,
int toIndex)
removeRange in class java.util.AbstractList<SWIGTYPE_p_bcos__h256>public int size()
size in interface java.util.Collection<SWIGTYPE_p_bcos__h256>size in interface java.util.List<SWIGTYPE_p_bcos__h256>size in class java.util.AbstractCollection<SWIGTYPE_p_bcos__h256>public long capacity()
public void reserve(long n)
public boolean isEmpty()
isEmpty in interface java.util.Collection<SWIGTYPE_p_bcos__h256>isEmpty in interface java.util.List<SWIGTYPE_p_bcos__h256>isEmpty in class java.util.AbstractCollection<SWIGTYPE_p_bcos__h256>public void clear()
clear in interface java.util.Collection<SWIGTYPE_p_bcos__h256>clear in interface java.util.List<SWIGTYPE_p_bcos__h256>clear in class java.util.AbstractList<SWIGTYPE_p_bcos__h256>