类 StringVec
- 所有已实现的接口:
Iterable<String>,Collection<String>,List<String>,RandomAccess
-
字段概要
字段从类继承的字段 java.util.AbstractList
modCount -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidbooleanintcapacity()voidclear()voiddelete()protected voidfinalize()get(int index) protected static longbooleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) intsize()protected static longswigRelease(StringVec 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
-
-
构造器详细资料
-
StringVec
protected StringVec(long cPtr, boolean cMemoryOwn) -
StringVec
-
StringVec
-
StringVec
public StringVec() -
StringVec
-
StringVec
-
-
方法详细资料
-
getCPtr
-
swigRelease
-
finalize
protected void finalize() -
delete
public void delete() -
get
-
set
-
add
- 指定者:
add在接口中Collection<String>- 指定者:
add在接口中List<String>- 覆盖:
add在类中AbstractList<String>
-
add
-
remove
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - 覆盖:
removeRange在类中AbstractList<String>
-
size
public int size()- 指定者:
size在接口中Collection<String>- 指定者:
size在接口中List<String>- 指定者:
size在类中AbstractCollection<String>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- 指定者:
isEmpty在接口中Collection<String>- 指定者:
isEmpty在接口中List<String>- 覆盖:
isEmpty在类中AbstractCollection<String>
-
clear
public void clear()- 指定者:
clear在接口中Collection<String>- 指定者:
clear在接口中List<String>- 覆盖:
clear在类中AbstractList<String>
-