interface Liste { int stoerrelse (); void leggTil (T x); T hent (); T fjern (); }