Class VectorOfTransform
- All Implemented Interfaces:
- Iterable<Transform>,- Collection<Transform>,- List<Transform>,- RandomAccess,- SequencedCollection<Transform>
- 
Field SummaryFieldsFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructorsModifierConstructorDescriptionVectorOfTransform(int count, Transform value) protectedVectorOfTransform(long cPtr, boolean cMemoryOwn) VectorOfTransform(Iterable<Transform> initialElements) VectorOfTransform(Transform[] initialElements) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanintcapacity()voidclear()voiddelete()protected voidfinalize()get(int index) protected static longgetCPtr(VectorOfTransform obj) booleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) intsize()protected static longMethods inherited from class java.util.AbstractListaddAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListMethods inherited from class java.util.AbstractCollectionaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.ListaddAll, addFirst, addLast, contains, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
- 
Field Details- 
swigCMemOwnprotected transient boolean swigCMemOwn
 
- 
- 
Constructor Details- 
VectorOfTransformprotected VectorOfTransform(long cPtr, boolean cMemoryOwn) 
- 
VectorOfTransform
- 
VectorOfTransform
- 
VectorOfTransformpublic VectorOfTransform()
- 
VectorOfTransform
- 
VectorOfTransform
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalize
- 
deletepublic void delete()
- 
get
- 
set
- 
add- Specified by:
- addin interface- Collection<Transform>
- Specified by:
- addin interface- List<Transform>
- Overrides:
- addin class- AbstractList<Transform>
 
- 
add
- 
remove
- 
removeRangeprotected void removeRange(int fromIndex, int toIndex) - Overrides:
- removeRangein class- AbstractList<Transform>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<Transform>
- Specified by:
- sizein interface- List<Transform>
- Specified by:
- sizein class- AbstractCollection<Transform>
 
- 
capacitypublic int capacity()
- 
reservepublic void reserve(int n) 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<Transform>
- Specified by:
- isEmptyin interface- List<Transform>
- Overrides:
- isEmptyin class- AbstractCollection<Transform>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<Transform>
- Specified by:
- clearin interface- List<Transform>
- Overrides:
- clearin class- AbstractList<Transform>
 
 
-