Class ContainerMemory<S extends AMemorizedObject>
- java.lang.Object
-
- com.actelion.research.util.graph.complete.ContainerMemory<S>
-
public class ContainerMemory<S extends AMemorizedObject> extends java.lang.Object
ContainerMemoryCopyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.
- Version:
- 1.0 Sep 27, 2012 MvK: Start implementation
- Author:
- Modest von Korff
-
-
Constructor Summary
Constructors Constructor Description ContainerMemory(int capacity, IFactory<S> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
back(S s)
S
get()
S
getWithCopy(S orign)
void
reset()
-