// interface fronta znaku public interface IZF { // Put znak do fronty void put(char ch); // Get znak z fronty char get(); }