Package com.std
Class Roles_Vec
- All Implemented Interfaces:
Iterable<Role>,Collection<Role>,List<Role>,RandomAccess
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
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
-
Roles_Vec
public Roles_Vec(long cPtr, boolean cMemoryOwn) -
Roles_Vec
-
Roles_Vec
-
Roles_Vec
public Roles_Vec() -
Roles_Vec
-
Roles_Vec
-
-
Method Details
-
getCPtr
-
finalize
public void finalize() -
delete
public void delete() -
get
-
set
-
add
- Specified by:
addin interfaceCollection<Role>- Specified by:
addin interfaceList<Role>- Overrides:
addin classAbstractList<Role>
-
add
-
remove
-
removeRange
public void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<Role>
-
size
public int size()- Specified by:
sizein interfaceCollection<Role>- Specified by:
sizein interfaceList<Role>- Specified by:
sizein classAbstractCollection<Role>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<Role>- Specified by:
isEmptyin interfaceList<Role>- Overrides:
isEmptyin classAbstractCollection<Role>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<Role>- Specified by:
clearin interfaceList<Role>- Overrides:
clearin classAbstractList<Role>
-