public interface Liste { public void settInn(T data); public T hent(int index); }