Class ip_route_vector
- All Implemented Interfaces:
Iterable<ip_route>,Collection<ip_route>,List<ip_route>,RandomAccess,SequencedCollection<ip_route>
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionip_route_vector(int count, ip_route value) protectedip_route_vector(long cPtr, boolean cMemoryOwn) ip_route_vector(ip_route_vector other) ip_route_vector(ip_route[] initialElements) ip_route_vector(Iterable<ip_route> initialElements) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanintcapacity()voidclear()voiddelete()get(int index) protected static longgetCPtr(ip_route_vector obj) booleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int 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 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
-
ip_route_vector
protected ip_route_vector(long cPtr, boolean cMemoryOwn) -
ip_route_vector
-
ip_route_vector
-
ip_route_vector
public ip_route_vector() -
ip_route_vector
-
ip_route_vector
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
get
-
set
-
add
- Specified by:
addin interfaceCollection<ip_route>- Specified by:
addin interfaceList<ip_route>- Overrides:
addin classAbstractList<ip_route>
-
add
-
remove
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<ip_route>
-
size
public int size()- Specified by:
sizein interfaceCollection<ip_route>- Specified by:
sizein interfaceList<ip_route>- Specified by:
sizein classAbstractCollection<ip_route>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<ip_route>- Specified by:
isEmptyin interfaceList<ip_route>- Overrides:
isEmptyin classAbstractCollection<ip_route>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<ip_route>- Specified by:
clearin interfaceList<ip_route>- Overrides:
clearin classAbstractList<ip_route>
-