Package nds2
Class channel_names_type
- All Implemented Interfaces:
Iterable<String>,Collection<String>,List<String>,RandomAccess
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionchannel_names_type(int count, String value) protectedchannel_names_type(long cPtr, boolean cMemoryOwn) channel_names_type(Iterable<String> initialElements) channel_names_type(String[] initialElements) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanlongcapacity()voidclear()voiddelete()protected voidfinalize()get(int index) protected static longbooleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(long n) intsize()protected static longMethods 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
-
channel_names_type
protected channel_names_type(long cPtr, boolean cMemoryOwn) -
channel_names_type
-
channel_names_type
-
channel_names_type
public channel_names_type() -
channel_names_type
-
channel_names_type
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize() -
delete
public void delete() -
get
-
set
-
add
- Specified by:
addin interfaceCollection<String>- Specified by:
addin interfaceList<String>- Overrides:
addin classAbstractList<String>
-
add
-
remove
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<String>
-
size
public int size()- Specified by:
sizein interfaceCollection<String>- Specified by:
sizein interfaceList<String>- Specified by:
sizein classAbstractCollection<String>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<String>- Specified by:
isEmptyin interfaceList<String>- Overrides:
isEmptyin classAbstractCollection<String>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<String>- Specified by:
clearin interfaceList<String>- Overrides:
clearin classAbstractList<String>
-