Package com.actelion.research.chem.mcs
Class ContainerListWithIntVec
- java.lang.Object
-
- com.actelion.research.chem.mcs.ContainerListWithIntVec
-
public class ContainerListWithIntVec extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContainerListWithIntVec(int sizeVector, int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidback(ListWithIntVec liv)ListWithIntVecget()ListWithIntVecgetWithCopy(ListWithIntVec orign)voidreset()
-
-
-
Method Detail
-
reset
public void reset()
-
get
public ListWithIntVec get()
- Returns:
- a fresh (reseted) instance.
-
back
public void back(ListWithIntVec liv)
-
getWithCopy
public ListWithIntVec getWithCopy(ListWithIntVec orign)
-
-