Package com.std
Class UserId_Vec
- All Implemented Interfaces:
Iterable<Long>,Collection<Long>,List<Long>,RandomAccess
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionUserId_Vec(int count, long value) UserId_Vec(long[] initialElements) UserId_Vec(long cPtr, boolean cMemoryOwn) UserId_Vec(UserId_Vec other) UserId_Vec(Iterable<Long> initialElements) -
Method Summary
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
UserId_Vec
public UserId_Vec(long cPtr, boolean cMemoryOwn) -
UserId_Vec
public UserId_Vec(long[] initialElements) -
UserId_Vec
-
UserId_Vec
public UserId_Vec() -
UserId_Vec
-
UserId_Vec
public UserId_Vec(int count, long value)
-
-
Method Details
-
getCPtr
-
finalize
public void finalize() -
delete
public void delete() -
get
-
set
-
add
- Specified by:
addin interfaceCollection<Long>- Specified by:
addin interfaceList<Long>- Overrides:
addin classAbstractList<Long>
-
add
-
remove
-
removeRange
public void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<Long>
-
size
public int size()- Specified by:
sizein interfaceCollection<Long>- Specified by:
sizein interfaceList<Long>- Specified by:
sizein classAbstractCollection<Long>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<Long>- Specified by:
isEmptyin interfaceList<Long>- Overrides:
isEmptyin classAbstractCollection<Long>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<Long>- Specified by:
clearin interfaceList<Long>- Overrides:
clearin classAbstractList<Long>
-