V
- Itempublic class Container<V>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
V |
get()
Grabs the Object
|
void |
set(V value)
Overwrite the Object
|
public Container(V item)
item
- Object to Store