public interface PListe { public void leggTil(T t); public T fjern(); }