类 NodeInfoVec
- 所有已实现的接口:
Iterable<INodeInfo>,Collection<INodeInfo>,List<INodeInfo>,RandomAccess
-
字段概要
字段从类继承的字段 java.util.AbstractList
modCount -
构造器概要
构造器限定符构造器说明NodeInfoVec(int count, INodeInfo value) protectedNodeInfoVec(long cPtr, boolean cMemoryOwn) NodeInfoVec(INodeInfo[] initialElements) NodeInfoVec(NodeInfoVec other) NodeInfoVec(Iterable<INodeInfo> initialElements) -
方法概要
修饰符和类型方法说明voidbooleanintcapacity()voidclear()voiddelete()protected voidfinalize()get(int index) protected static longgetCPtr(NodeInfoVec obj) booleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) intsize()protected static longswigRelease(NodeInfoVec obj) 从类继承的方法 java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList从类继承的方法 java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString从接口继承的方法 java.util.Collection
parallelStream, removeIf, stream, toArray从接口继承的方法 java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
字段详细资料
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
构造器详细资料
-
NodeInfoVec
protected NodeInfoVec(long cPtr, boolean cMemoryOwn) -
NodeInfoVec
-
NodeInfoVec
-
NodeInfoVec
public NodeInfoVec() -
NodeInfoVec
-
NodeInfoVec
-
-
方法详细资料
-
getCPtr
-
swigRelease
-
finalize
protected void finalize() -
delete
public void delete() -
get
-
set
-
add
- 指定者:
add在接口中Collection<INodeInfo>- 指定者:
add在接口中List<INodeInfo>- 覆盖:
add在类中AbstractList<INodeInfo>
-
add
-
remove
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - 覆盖:
removeRange在类中AbstractList<INodeInfo>
-
size
public int size()- 指定者:
size在接口中Collection<INodeInfo>- 指定者:
size在接口中List<INodeInfo>- 指定者:
size在类中AbstractCollection<INodeInfo>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- 指定者:
isEmpty在接口中Collection<INodeInfo>- 指定者:
isEmpty在接口中List<INodeInfo>- 覆盖:
isEmpty在类中AbstractCollection<INodeInfo>
-
clear
public void clear()- 指定者:
clear在接口中Collection<INodeInfo>- 指定者:
clear在接口中List<INodeInfo>- 覆盖:
clear在类中AbstractList<INodeInfo>
-