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