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 void
back(ListWithIntVec liv)
ListWithIntVec
get()
ListWithIntVec
getWithCopy(ListWithIntVec orign)
void
reset()
-
-
-
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)
-
-