// Constructor. public Enumerator(MessageProperties properties) { this.properties = properties; this.index = -1; this.e = null; }