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) protected
channel_names_type
(long cPtr, boolean cMemoryOwn) channel_names_type
(Iterable<String> initialElements) channel_names_type
(String[] initialElements) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
long
capacity()
void
clear()
void
delete()
protected void
finalize()
get
(int index) protected static long
boolean
isEmpty()
remove
(int index) protected void
removeRange
(int fromIndex, int toIndex) void
reserve
(long n) int
size()
protected static long
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:
add
in interfaceCollection<String>
- Specified by:
add
in interfaceList<String>
- Overrides:
add
in classAbstractList<String>
-
add
-
remove
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRange
in classAbstractList<String>
-
size
public int size()- Specified by:
size
in interfaceCollection<String>
- Specified by:
size
in interfaceList<String>
- Specified by:
size
in classAbstractCollection<String>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<String>
- Specified by:
isEmpty
in interfaceList<String>
- Overrides:
isEmpty
in classAbstractCollection<String>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<String>
- Specified by:
clear
in interfaceList<String>
- Overrides:
clear
in classAbstractList<String>
-