interface AbstraktTabell extends Iterable { public boolean settInn(int index, E val); public E hent(int index); }