Class announce_endpoint_vector
- All Implemented Interfaces:
Iterable<announce_endpoint>,Collection<announce_endpoint>,List<announce_endpoint>,RandomAccess,SequencedCollection<announce_endpoint>
public class announce_endpoint_vector
extends AbstractList<announce_endpoint>
implements RandomAccess
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionannounce_endpoint_vector(int count, announce_endpoint value) protectedannounce_endpoint_vector(long cPtr, boolean cMemoryOwn) announce_endpoint_vector(announce_endpoint[] initialElements) announce_endpoint_vector(Iterable<announce_endpoint> initialElements) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, announce_endpoint e) booleanintcapacity()voidclear()voiddelete()get(int index) protected static longbooleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) set(int index, announce_endpoint e) 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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
announce_endpoint_vector
protected announce_endpoint_vector(long cPtr, boolean cMemoryOwn) -
announce_endpoint_vector
-
announce_endpoint_vector
-
announce_endpoint_vector
public announce_endpoint_vector() -
announce_endpoint_vector
-
announce_endpoint_vector
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
get
- Specified by:
getin interfaceList<announce_endpoint>- Specified by:
getin classAbstractList<announce_endpoint>
-
set
- Specified by:
setin interfaceList<announce_endpoint>- Overrides:
setin classAbstractList<announce_endpoint>
-
add
- Specified by:
addin interfaceCollection<announce_endpoint>- Specified by:
addin interfaceList<announce_endpoint>- Overrides:
addin classAbstractList<announce_endpoint>
-
add
- Specified by:
addin interfaceList<announce_endpoint>- Overrides:
addin classAbstractList<announce_endpoint>
-
remove
- Specified by:
removein interfaceList<announce_endpoint>- Overrides:
removein classAbstractList<announce_endpoint>
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<announce_endpoint>
-
size
public int size()- Specified by:
sizein interfaceCollection<announce_endpoint>- Specified by:
sizein interfaceList<announce_endpoint>- Specified by:
sizein classAbstractCollection<announce_endpoint>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<announce_endpoint>- Specified by:
isEmptyin interfaceList<announce_endpoint>- Overrides:
isEmptyin classAbstractCollection<announce_endpoint>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<announce_endpoint>- Specified by:
clearin interfaceList<announce_endpoint>- Overrides:
clearin classAbstractList<announce_endpoint>
-