interface AbstraktSortertEnkelListe extends Iterable { public void settInn(E val); public E hent(String key); }