Package pt.gov.cartaodecidadao
Class VectorFtPt
- All Implemented Interfaces:
Iterable<PTEID_FeaturePoint>,Collection<PTEID_FeaturePoint>,List<PTEID_FeaturePoint>,RandomAccess,SequencedCollection<PTEID_FeaturePoint>
-
Constructor Summary
ConstructorsConstructorDescriptionVectorFtPt(int count, PTEID_FeaturePoint value) VectorFtPt(Iterable<PTEID_FeaturePoint> initialElements) VectorFtPt(PTEID_FeaturePoint[] initialElements) VectorFtPt(VectorFtPt other) -
Method Summary
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 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
-
Constructor Details
-
VectorFtPt
-
VectorFtPt
-
VectorFtPt
public VectorFtPt() -
VectorFtPt
-
VectorFtPt
-
-
Method Details
-
delete
public void delete() -
get
- Specified by:
getin interfaceList<PTEID_FeaturePoint>- Specified by:
getin classAbstractList<PTEID_FeaturePoint>
-
set
- Specified by:
setin interfaceList<PTEID_FeaturePoint>- Overrides:
setin classAbstractList<PTEID_FeaturePoint>
-
add
- Specified by:
addin interfaceCollection<PTEID_FeaturePoint>- Specified by:
addin interfaceList<PTEID_FeaturePoint>- Overrides:
addin classAbstractList<PTEID_FeaturePoint>
-
add
- Specified by:
addin interfaceList<PTEID_FeaturePoint>- Overrides:
addin classAbstractList<PTEID_FeaturePoint>
-
remove
- Specified by:
removein interfaceList<PTEID_FeaturePoint>- Overrides:
removein classAbstractList<PTEID_FeaturePoint>
-
size
public int size()- Specified by:
sizein interfaceCollection<PTEID_FeaturePoint>- Specified by:
sizein interfaceList<PTEID_FeaturePoint>- Specified by:
sizein classAbstractCollection<PTEID_FeaturePoint>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<PTEID_FeaturePoint>- Specified by:
isEmptyin interfaceList<PTEID_FeaturePoint>- Overrides:
isEmptyin classAbstractCollection<PTEID_FeaturePoint>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<PTEID_FeaturePoint>- Specified by:
clearin interfaceList<PTEID_FeaturePoint>- Overrides:
clearin classAbstractList<PTEID_FeaturePoint>
-