public class Boks { private T ting; public Boks(T ting) { this.ting = ting; } public T hent() { return ting; } }