public class SpotMatchList extends ArrayList<SpotMatch>
SpotMatch
modCount
Constructor and Description |
---|
SpotMatchList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(SpotMatch m) |
EntityMatchList |
getEntities() |
int |
index(Spot s) |
void |
normalizeSpotProbabilities() |
void |
sortByProbability() |
String |
toString() |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public boolean add(SpotMatch m)
public void normalizeSpotProbabilities()
public int index(Spot s)
public EntityMatchList getEntities()
public String toString()
toString
in class AbstractCollection<SpotMatch>
public void sortByProbability()
Copyright © 2013. All rights reserved.