Package nds2
Class vectorSimpleSegmentListType
- All Implemented Interfaces:
Iterable<simple_segment_list_type>,Collection<simple_segment_list_type>,List<simple_segment_list_type>,RandomAccess
- Direct Known Subclasses:
simple_availability_list_type
public class vectorSimpleSegmentListType
extends AbstractList<simple_segment_list_type>
implements RandomAccess
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionvectorSimpleSegmentListType(int count, simple_segment_list_type value) protectedvectorSimpleSegmentListType(long cPtr, boolean cMemoryOwn) vectorSimpleSegmentListType(Iterable<simple_segment_list_type> initialElements) vectorSimpleSegmentListType(simple_segment_list_type[] initialElements) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, simple_segment_list_type e) booleanlongcapacity()voidclear()voiddelete()protected voidfinalize()get(int index) protected static longbooleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(long n) set(int index, simple_segment_list_type e) intsize()protected voidswigSetCMemOwn(boolean own) 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
-
Constructor Details
-
vectorSimpleSegmentListType
protected vectorSimpleSegmentListType(long cPtr, boolean cMemoryOwn) -
vectorSimpleSegmentListType
-
vectorSimpleSegmentListType
-
vectorSimpleSegmentListType
public vectorSimpleSegmentListType() -
vectorSimpleSegmentListType
-
vectorSimpleSegmentListType
-
-
Method Details
-
getCPtr
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own) -
finalize
protected void finalize() -
delete
public void delete() -
get
- Specified by:
getin interfaceList<simple_segment_list_type>- Specified by:
getin classAbstractList<simple_segment_list_type>
-
set
- Specified by:
setin interfaceList<simple_segment_list_type>- Overrides:
setin classAbstractList<simple_segment_list_type>
-
add
- Specified by:
addin interfaceCollection<simple_segment_list_type>- Specified by:
addin interfaceList<simple_segment_list_type>- Overrides:
addin classAbstractList<simple_segment_list_type>
-
add
- Specified by:
addin interfaceList<simple_segment_list_type>- Overrides:
addin classAbstractList<simple_segment_list_type>
-
remove
- Specified by:
removein interfaceList<simple_segment_list_type>- Overrides:
removein classAbstractList<simple_segment_list_type>
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<simple_segment_list_type>
-
size
public int size()- Specified by:
sizein interfaceCollection<simple_segment_list_type>- Specified by:
sizein interfaceList<simple_segment_list_type>- Specified by:
sizein classAbstractCollection<simple_segment_list_type>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<simple_segment_list_type>- Specified by:
isEmptyin interfaceList<simple_segment_list_type>- Overrides:
isEmptyin classAbstractCollection<simple_segment_list_type>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<simple_segment_list_type>- Specified by:
clearin interfaceList<simple_segment_list_type>- Overrides:
clearin classAbstractList<simple_segment_list_type>
-