| Interface and Description |
|---|
| umich.ms.datatypes.spectrum.IIndexedSpectrum |
| Method and Description |
|---|
| umich.ms.datatypes.scancollection.impl.ScanCollectionDefault.getNum2scan()
This is just a side effect of encapsulating the old Maps into
the new ScanIndex. Use
ScanCollectionDefault.getMapNum2scan() instead. |
| umich.ms.datatypes.scancollection.impl.ScanCollectionDefault.getRt2scan()
This is just a side effect of encapsulating the old Maps into
the new ScanIndex. Use
ScanCollectionDefault.getMapRt2scan() instead. |
| umich.ms.fileio.filetypes.xmlbased.AbstractXMLBasedDataSource.parse(List<Integer>)
this method has not been updated to the new parsing version
|
| umich.ms.util.ByteArrayHolder.toString(int)
This method does not properly convert bytes into characters.
As of JDK 1.1, the preferred way to do this is via the
toString(String enc) method, which takes an encoding-name
argument, or the toString() method, which uses the
platform's default character encoding. |
Copyright © 2017. All rights reserved.