public abstract class InstantiationEntry<E> extends Object
Modifier and Type | Field and Description |
---|---|
private E |
instantiation |
Constructor and Description |
---|
InstantiationEntry(E instantiation)
creates a new instantiation entry for the instantiation to be stored
|
private final E instantiation
InstantiationEntry(E instantiation)
instantiation
- the instantiation to be storedpublic E getInstantiation()