static class Zaehler{ static int naechsteNr = 0; static int getNo(){ return naechsteNr++; } }