java.io.Serializable
, java.lang.Cloneable
, java.lang.Iterable<Quint<T,K,L,M,N>>
, java.util.Collection<Quint<T,K,L,M,N>>
, java.util.List<Quint<T,K,L,M,N>>
, java.util.RandomAccess
public class QuintVector<T,K,L,M,N> extends java.util.Vector<Quint<T,K,L,M,N>> implements java.util.List<Quint<T,K,L,M,N>>
Constructor | Description |
---|---|
QuintVector() |
Modifier and Type | Method | Description |
---|---|---|
void |
add(T t,
K k,
L l,
M m,
N n) |
|
void |
addElement(T t,
K k,
L l,
M m,
N n) |
|
boolean |
contains(java.lang.Object o) |
|
boolean |
containsFifth(N n) |
|
boolean |
containsFirst(T t) |
|
boolean |
containsFourth(M m) |
|
boolean |
containsSecond(K k) |
|
boolean |
containsThird(L l) |
|
N |
elementAtFifth(int index) |
|
T |
elementAtFirst(int index) |
|
M |
elementAtFourth(int index) |
|
K |
elementAtSecond(int index) |
|
L |
elementAtThird(int index) |
|
java.util.Enumeration<N> |
fifthElements() |
|
java.util.Iterator<N> |
fifthIterator() |
|
java.util.Enumeration<T> |
firstElements() |
|
N |
firstFifthElement(int index) |
|
T |
firstFirstElement(int index) |
|
M |
firstFourthElement(int index) |
|
java.util.Iterator<T> |
firstIterator() |
|
K |
firstSecondElement(int index) |
|
L |
firstThirdElement(int index) |
|
java.util.Enumeration<M> |
fourthElements() |
|
java.util.Iterator<M> |
fourthIterator() |
|
N |
getFifth(int index) |
|
Quint.FifthConverter<T,K,L,M,N> |
getFifthConverter() |
|
T |
getFirst(int index) |
|
Quint.FirstConverter<T,K,L,M,N> |
getFirstConverter() |
|
M |
getFourth(int index) |
|
Quint.FourthConverter<T,K,L,M,N> |
getFourthConverter() |
|
K |
getSecond(int index) |
|
Quint.SecondConverter<T,K,L,M,N> |
getSecondConverter() |
|
L |
getThird(int index) |
|
Quint.ThirdConverter<T,K,L,M,N> |
getThirdConverter() |
|
int |
indexOf(java.lang.Object o) |
|
int |
indexOf(java.lang.Object o,
int index) |
|
int |
indexOfFifth(N n) |
|
int |
indexOfFifth(N m,
int index) |
|
int |
indexOfFirst(T t) |
|
int |
indexOfFirst(T t,
int index) |
|
int |
indexOfFourth(M m) |
|
int |
indexOfFourth(M m,
int index) |
|
int |
indexOfSecond(K k) |
|
int |
indexOfSecond(K k,
int index) |
|
int |
indexOfThird(L l) |
|
int |
indexOfThird(L l,
int index) |
|
N |
lastFifthElement(int index) |
|
T |
lastFirstElement(int index) |
|
M |
lastFourthElement(int index) |
|
int |
lastIndexOfFifth(N n) |
|
int |
lastIndexOfFifth(N m,
int index) |
|
int |
lastIndexOfFirst(T t) |
|
int |
lastIndexOfFirst(T t,
int index) |
|
int |
lastIndexOfFourth(M m) |
|
int |
lastIndexOfFourth(M m,
int index) |
|
int |
lastIndexOfSecond(K k) |
|
int |
lastIndexOfSecond(K k,
int index) |
|
int |
lastIndexOfThird(L l) |
|
int |
lastIndexOfThird(L l,
int index) |
|
K |
lastSecondElement(int index) |
|
L |
lastThirdElement(int index) |
|
boolean |
removeElementFifth(N n) |
|
boolean |
removeElementFirst(T t) |
|
boolean |
removeElementFourth(M m) |
|
boolean |
removeElementSecond(K k) |
|
boolean |
removeElementThird(L l) |
|
boolean |
removeFifth(N n) |
|
boolean |
removeFirst(T t) |
|
boolean |
removeFourth(M m) |
|
boolean |
removeSecond(K k) |
|
boolean |
removeThird(L l) |
|
java.util.Enumeration<K> |
secondElements() |
|
java.util.Iterator<K> |
secondIterator() |
|
java.util.Enumeration<L> |
thirdElements() |
|
java.util.Iterator<L> |
thirdIterator() |
|
N[] |
toArrayFifth(N[] objs) |
|
T[] |
toArrayFirst(T[] objs) |
|
M[] |
toArrayFourth(M[] objs) |
|
K[] |
toArraySecond(K[] objs) |
|
L[] |
toArrayThird(L[] objs) |
add, add, addAll, addAll, clear, containsAll, equals, get, hashCode, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, addElement, capacity, clear, clone, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
public java.util.Enumeration<T> firstElements()
public java.util.Enumeration<K> secondElements()
public java.util.Enumeration<L> thirdElements()
public java.util.Enumeration<M> fourthElements()
public java.util.Enumeration<N> fifthElements()
public java.util.Iterator<T> firstIterator()
public java.util.Iterator<K> secondIterator()
public java.util.Iterator<L> thirdIterator()
public java.util.Iterator<M> fourthIterator()
public java.util.Iterator<N> fifthIterator()
public int indexOfFirst(T t)
public int indexOfSecond(K k)
public int indexOfThird(L l)
public int indexOfFourth(M m)
public int indexOfFifth(N n)
public boolean contains(java.lang.Object o)
public int indexOf(java.lang.Object o)
public int indexOf(java.lang.Object o, int index)
public T getFirst(int index)
public K getSecond(int index)
public L getThird(int index)
public M getFourth(int index)
public N getFifth(int index)
public boolean containsFirst(T t)
public boolean containsSecond(K k)
public boolean containsThird(L l)
public boolean containsFourth(M m)
public boolean containsFifth(N n)
public T elementAtFirst(int index)
public K elementAtSecond(int index)
public L elementAtThird(int index)
public M elementAtFourth(int index)
public N elementAtFifth(int index)
public int indexOfFirst(T t, int index)
public int indexOfSecond(K k, int index)
public int indexOfThird(L l, int index)
public int indexOfFourth(M m, int index)
public int indexOfFifth(N m, int index)
public int lastIndexOfFirst(T t, int index)
public int lastIndexOfSecond(K k, int index)
public int lastIndexOfThird(L l, int index)
public int lastIndexOfFourth(M m, int index)
public int lastIndexOfFifth(N m, int index)
public int lastIndexOfFirst(T t)
public int lastIndexOfSecond(K k)
public int lastIndexOfThird(L l)
public int lastIndexOfFourth(M m)
public int lastIndexOfFifth(N n)
public boolean removeFirst(T t)
public boolean removeSecond(K k)
public boolean removeThird(L l)
public boolean removeFourth(M m)
public boolean removeFifth(N n)
public boolean removeElementFirst(T t)
public boolean removeElementSecond(K k)
public boolean removeElementThird(L l)
public boolean removeElementFourth(M m)
public boolean removeElementFifth(N n)
public T firstFirstElement(int index)
public K firstSecondElement(int index)
public L firstThirdElement(int index)
public M firstFourthElement(int index)
public N firstFifthElement(int index)
public T lastFirstElement(int index)
public K lastSecondElement(int index)
public L lastThirdElement(int index)
public M lastFourthElement(int index)
public N lastFifthElement(int index)