// File: LetterQueue.object_representation // Time-stamp: "2005-12-27 21:02:27 calvanese" // Purpose: Written exam 2/2/2005 - BSc in Computer Science (6CFU) // LetterQueue: representation of the objects of the class public class LetterQueue { // representation of the objects private String city; private String[] queue; private int next; // pubblic methods }