Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | no_of_lists | ||||
integer, | public | :: | no_of_entries | = | 0 | ||
type(LinkedList_t), | public, | allocatable | :: | lists(:) |
private function ConstructTableWithSize (t_size) |
procedure, public :: AddEntry => Table_AddEntry | |
procedure, public :: ContainsEntry => Table_ContainsEntry | |
procedure, public :: Destruct => Table_Destruct | |
procedure, public :: Describe => Table_Describe |