public static class ListTools.Doublet extends AbstractList implements Serializable
modCount| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Object | 
get(int indx)  | 
Object | 
getA()  | 
Object | 
getB()  | 
Iterator | 
getIterator()  | 
int | 
hashCode()  | 
void | 
set(Object a,
   Object b)  | 
void | 
setA(Object a)  | 
void | 
setB(Object b)  | 
int | 
size()  | 
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic Object get(int indx)
get in interface Listget in class AbstractListpublic Iterator getIterator()
public int hashCode()
hashCode in interface CollectionhashCode in interface ListhashCode in class AbstractListpublic boolean equals(Object o)
equals in interface Collectionequals in interface Listequals in class AbstractListCopyright © 2020 BioJava. All rights reserved.