C G M P R

C

cviceni11 - package cviceni11
 

G

get(Object) - Method in interface cviceni11.Map
Vyhledá v tabulce hodnotu se zadaným klíčem.

M

Map - interface cviceni11.Map.
Rozhraní vyhledávací tabulky
main(String[]) - Static method in class cviceni11.Priklad1
 
main(String[]) - Static method in class cviceni11.Priklad2
 

P

Priklad1 - class cviceni11.Priklad1.
 
Priklad1() - Constructor for class cviceni11.Priklad1
 
Priklad2 - class cviceni11.Priklad2.
 
Priklad2() - Constructor for class cviceni11.Priklad2
 
put(Object, Object) - Method in interface cviceni11.Map
Vloží hodnotu se zadaným klíčem do tabulky.

R

remove(Object) - Method in interface cviceni11.Map
Odstraní z tabulky hodnotu se zadaným klíčem.

C G M P R