Package com.std
Class UserId_Vec
- All Implemented Interfaces:
- Iterable<Long>,- Collection<Long>,- List<Long>,- RandomAccess
- 
Field SummaryFieldsFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructorsConstructorDescriptionUserId_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 SummaryMethods inherited from class java.util.AbstractListaddAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListMethods inherited from class java.util.AbstractCollectionaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.ListaddAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
- 
Field Details- 
swigCMemOwnprotected transient boolean swigCMemOwn
 
- 
- 
Constructor Details- 
UserId_Vecpublic UserId_Vec(long cPtr, boolean cMemoryOwn) 
- 
UserId_Vecpublic UserId_Vec(long[] initialElements) 
- 
UserId_Vec
- 
UserId_Vecpublic UserId_Vec()
- 
UserId_Vec
- 
UserId_Vecpublic UserId_Vec(int count, long value) 
 
- 
- 
Method Details- 
getCPtr
- 
finalizepublic void finalize()
- 
deletepublic void delete()
- 
get
- 
set
- 
add- Specified by:
- addin interface- Collection<Long>
- Specified by:
- addin interface- List<Long>
- Overrides:
- addin class- AbstractList<Long>
 
- 
add
- 
remove
- 
removeRangepublic void removeRange(int fromIndex, int toIndex) - Overrides:
- removeRangein class- AbstractList<Long>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<Long>
- Specified by:
- sizein interface- List<Long>
- Specified by:
- sizein class- AbstractCollection<Long>
 
- 
capacitypublic long capacity()
- 
reservepublic void reserve(long n) 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<Long>
- Specified by:
- isEmptyin interface- List<Long>
- Overrides:
- isEmptyin class- AbstractCollection<Long>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<Long>
- Specified by:
- clearin interface- List<Long>
- Overrides:
- clearin class- AbstractList<Long>
 
 
-