Class ListInteger<T>
- java.lang.Object
-
- com.actelion.research.chem.io.pdb.parser.ListInteger<T>
-
public class ListInteger<T> extends java.lang.Object
ListIntegerCopyright: 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 int
getId()
java.util.List<T>
getLi()
void
setId(int id)
void
setLi(java.util.List<T> li)
-