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
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
E |
getInstantiation()
returns the instantiation of the SchemaVariable
|
int |
hashCode() |
String |
toString() |
private final E instantiation
InstantiationEntry(E instantiation)
instantiation
- the instantiation to be storedpublic E getInstantiation()