/* * List element */ public class Element { Element @next; Object @payload; }