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