Public Member Functions | |
| T | getContent () |
| void | setContent (T content) |
| MyContainer (T content) | |
| MyContainer () | |
Private Attributes | |
| T | content |
| T | Objecttype |
Definition at line 13 of file MyContainer.java.
| T example1.example1.MyContainer< T >.getContent | ( | ) |
| void example1.example1.MyContainer< T >.setContent | ( | T | content | ) |
set a new content.
| content | object to be contained |
Definition at line 29 of file MyContainer.java.
| example1.example1.MyContainer< T >.MyContainer | ( | T | content | ) |
creates a new container with inition content
| content | initial content |
Definition at line 38 of file MyContainer.java.
| example1.example1.MyContainer< T >.MyContainer | ( | ) |
creates a new empty container
Definition at line 45 of file MyContainer.java.
T example1.example1.MyContainer< T >.content [private] |
contained object
Definition at line 15 of file MyContainer.java.
1.5.5