java.io.Serializable
, java.lang.Cloneable
, java.lang.Iterable<Quad<T,K,L,M>>
, java.util.Collection<Quad<T,K,L,M>>
, java.util.List<Quad<T,K,L,M>>
, java.util.RandomAccess
public class QuadVector<T,K,L,M> extends java.util.Vector<Quad<T,K,L,M>> implements java.util.List<Quad<T,K,L,M>>
Constructor | Description |
---|---|
QuadVector() |
|
QuadVector(int initial) |
|
QuadVector(QuadVector<T,K,L,M> list) |
Modifier and Type | Method | Description |
---|---|---|
void |
add(T t,
K k,
L l,
M m) |
|
void |
addElement(T t,
K k,
L l,
M m) |
|
boolean |
contains(java.lang.Object o) |
|
boolean |
containsFirst(T t) |
|
boolean |
containsFourth(M m) |
|
boolean |
containsSecond(K k) |
|
boolean |
containsThird(L l) |
|
T |
elementAtFirst(int index) |
|
M |
elementAtFourth(int index) |
|
K |
elementAtSecond(int index) |
|
L |
elementAtThird(int index) |
|
java.util.Enumeration<T> |
firstElements() |
|
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() |
|
T |
getFirst(int index) |
|
Quad.FirstConverter<T,K,L,M> |
getFirstConverter() |
|
M |
getFourth(int index) |
|
Quad.FourthConverter<T,K,L,M> |
getFourthConverter() |
|
K |
getSecond(int index) |
|
Quad.SecondConverter<T,K,L,M> |
getSecondConverter() |
|
L |
getThird(int index) |
|
Quad.ThirdConverter<T,K,L,M> |
getThirdConverter() |
|
int |
indexOf(java.lang.Object o) |
|
int |
indexOf(java.lang.Object o,
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) |
|
T |
lastFirstElement(int index) |
|
M |
lastFourthElement(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 |
removeElementFirst(T t) |
|
boolean |
removeElementFourth(M m) |
|
boolean |
removeElementSecond(K k) |
|
boolean |
removeElementThird(L l) |
|
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() |
|
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 QuadVector()
public QuadVector(int initial)
public QuadVector(QuadVector<T,K,L,M> list)
public Quad.FirstConverter<T,K,L,M> getFirstConverter()
public Quad.SecondConverter<T,K,L,M> getSecondConverter()
public Quad.ThirdConverter<T,K,L,M> getThirdConverter()
public Quad.FourthConverter<T,K,L,M> getFourthConverter()
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.Iterator<T> firstIterator()
public java.util.Iterator<K> secondIterator()
public java.util.Iterator<L> thirdIterator()
public java.util.Iterator<M> fourthIterator()
public boolean contains(java.lang.Object o)
public int indexOf(java.lang.Object o)
public int indexOf(java.lang.Object o, int index)
public int indexOfFirst(T t)
public int indexOfSecond(K k)
public int indexOfThird(L l)
public int indexOfFourth(M m)
public T getFirst(int index)
public K getSecond(int index)
public L getThird(int index)
public M getFourth(int index)
public boolean containsFirst(T t)
public boolean containsSecond(K k)
public boolean containsThird(L l)
public boolean containsFourth(M m)
public T elementAtFirst(int index)
public K elementAtSecond(int index)
public L elementAtThird(int index)
public M elementAtFourth(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 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 lastIndexOfFirst(T t)
public int lastIndexOfSecond(K k)
public int lastIndexOfThird(L l)
public int lastIndexOfFourth(M m)
public boolean removeFirst(T t)
public boolean removeSecond(K k)
public boolean removeThird(L l)
public boolean removeFourth(M m)
public boolean removeElementFirst(T t)
public boolean removeElementSecond(K k)
public boolean removeElementThird(L l)
public boolean removeElementFourth(M m)
public T firstFirstElement(int index)
public K firstSecondElement(int index)
public L firstThirdElement(int index)
public M firstFourthElement(int index)
public T lastFirstElement(int index)
public K lastSecondElement(int index)
public L lastThirdElement(int index)
public M lastFourthElement(int index)