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