Package org.biojava.utils
Class ListTools.Triplet
- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractList
- 
- org.biojava.utils.ListTools.Triplet
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Iterable,- Collection,- List
 - Enclosing class:
- ListTools
 
 public static class ListTools.Triplet extends AbstractList implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.AbstractListmodCount
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Objectget(int indx)ObjectgetA()ObjectgetB()ObjectgetC()IteratorgetIterator()inthashCode()voidset(Object a, Object b, Object c)voidsetA(Object a)voidsetB(Object b)voidsetC(Object c)intsize()- 
Methods inherited from class java.util.AbstractListadd, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 - 
Methods inherited from class java.util.AbstractCollectionaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 - 
Methods inherited from interface java.util.ListaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
 
- 
 
- 
- 
- 
Method Detail- 
sizepublic int size() - Specified by:
- sizein interface- Collection
- Specified by:
- sizein interface- List
- Specified by:
- sizein class- AbstractCollection
 
 - 
getpublic Object get(int indx) - Specified by:
- getin interface- List
- Specified by:
- getin class- AbstractList
 
 - 
getIteratorpublic Iterator getIterator() 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein interface- Collection
- Specified by:
- hashCodein interface- List
- Overrides:
- hashCodein class- AbstractList
 
 - 
equalspublic boolean equals(Object o) - Specified by:
- equalsin interface- Collection
- Specified by:
- equalsin interface- List
- Overrides:
- equalsin class- AbstractList
 
 
- 
 
-