Class TermPairVector
- All Implemented Interfaces:
Iterable<TermPair>, Collection<TermPair>, List<TermPair>, RandomAccess, SequencedCollection<TermPair>
-
Constructor Summary
ConstructorsConstructorDescriptionTermPairVector(int count, TermPair value) TermPairVector(TermPair[] initialElements) TermPairVector(TermPairVector other) TermPairVector(Iterable<TermPair> initialElements) -
Method Summary
Methods inherited from class AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Constructor Details
-
TermPairVector
-
TermPairVector
-
TermPairVector
public TermPairVector() -
TermPairVector
-
TermPairVector
-
-
Method Details
-
delete
public void delete() -
get
-
set
-
add
- Specified by:
addin interfaceCollection<TermPair>- Specified by:
addin interfaceList<TermPair>- Overrides:
addin classAbstractList<TermPair>
-
add
-
remove
-
size
public int size()- Specified by:
sizein interfaceCollection<TermPair>- Specified by:
sizein interfaceList<TermPair>- Specified by:
sizein classAbstractCollection<TermPair>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<TermPair>- Specified by:
isEmptyin interfaceList<TermPair>- Overrides:
isEmptyin classAbstractCollection<TermPair>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<TermPair>- Specified by:
clearin interfaceList<TermPair>- Overrides:
clearin classAbstractList<TermPair>
-