Class ListInteger<T>
- java.lang.Object
-
- com.actelion.research.chem.io.pdb.parser.ListInteger<T>
-
public class ListInteger<T> extends java.lang.ObjectListIntegerCopyright: Idorsia Pharmaceuticals Ltd., Inc. All Rights Reserved This software is the proprietary information of Idorsia Pharmaceuticals, Ltd. Use is subject to license terms.
Created by korffmo1 on 22.03.18.
-
-
Constructor Summary
Constructors Constructor Description ListInteger(java.util.List<T> li, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()java.util.List<T>getLi()voidsetId(int id)voidsetLi(java.util.List<T> li)
-