Data Structures Abstraction and Design Using Java 2rd Edition by Elliot Koffman, Paul Wolfgang 9781119239147 pdf download
Data Structures Abstraction and Design Using Java 2rd Edition by Elliot Koffman, Paul Wolfgang 9781119239147 pdf download
https://ebookball.com/product/data-structures-abstraction-and-
design-using-java-2rd-edition-by-elliot-koffman-paul-
wolfgang-9781119239147-15300/
https://ebookball.com/product/data-structures-abstraction-and-
design-using-java-2nd-edition-by-elliot-koffman-paul-
wolfgang-0470128704-978-0470128701-17228/
https://ebookball.com/product/data-structures-abstraction-and-
design-using-java-1st-edition-by-elliot-koffman-paul-wolfgang-
isbn-0470128704-978-0470128701-16346/
https://ebookball.com/product/problem-solving-and-program-design-
in-c-3rd-edition-by-jeri-hanly-elliot-koffman-
isbn-0201754908-9780201754902-15530/
Data Structures And Problem Solving Using Java 4th Edition by Mark
Weiss 0321541405 9780321541406
https://ebookball.com/product/data-structures-and-problem-
solving-using-java-4th-edition-by-mark-
weiss-0321541405-9780321541406-17186/
Data Structures and Problem Solving Using Java 4th edition by Mark
Allen Weiss ISBN 0321541405 978-0321541406
https://ebookball.com/product/data-structures-and-problem-
solving-using-java-4th-edition-by-mark-allen-weiss-
isbn-0321541405-978-0321541406-16342/
https://ebookball.com/product/data-structures-and-algorithms-
with-object-oriented-design-patterns-in-java-1st-edition-by-
bruno-preiss-peng-isbn-0471346136-9780471346135-19836/
Object Oriented Data Structures Using Java 1st Edition by Nell Dale,
Daniel T Joyce, Chip Weems ISBN 0763710792 9780763710798
https://ebookball.com/product/object-oriented-data-structures-
using-java-1st-edition-by-nell-dale-daniel-t-joyce-chip-weems-
isbn-0763710792-9780763710798-14762/
Object Oriented Data Structures Using Java 1st Edition by Nell Dale,
Daniel T Joyce, Chip Weems ISBN 0763710792 9780763710798
https://ebookball.com/product/object-oriented-data-structures-
using-java-1st-edition-by-nell-dale-daniel-t-joyce-chip-weems-
isbn-0763710792-9780763710798-14766/
Object Oriented Data Structures Using Java 1st Edition by Nell Dale,
Daniel T Joyce, Chip Weems ISBN 0763710792 9780763710798
https://ebookball.com/product/object-oriented-data-structures-
using-java-1st-edition-by-nell-dale-daniel-t-joyce-chip-weems-
isbn-0763710792-9780763710798-14764/
Koffman-index.indd 660 10/30/2015 7:27:45 PM
DATA STRUCTURES
Abstraction and Design
Using
J ava
THIRD EDITION
ELLIOT B. KOFFMAN
Temple University
PAUL A. T. WOLFGANG
Temple University
This book was set in 10/12 pt SabonLTStd-Roman by SPiGlobal and printed and bound by Lightning Source Inc.
Founded in 1807, John Wiley & Sons, Inc. has been a valued source of knowledge and understanding for more than 200 years, helping people
around the world meet their needs and fulfill their aspirations. Our company is built on a foundation of principles that include responsibility
to the communities we serve and where we live and work. In 2008, we launched a Corporate Citizenship Initiative, a global effort to address
the environmental, social, economic, and ethical challenges we face in our business. Among the issues we are addressing are carbon impact,
paper specifications and procurement, ethical conduct within our business and among our vendors, and community and charitable support.
For more information, please visit our website: www.wiley.com/go/citizenship.
Copyright © 2016, 2010 John Wiley & Sons, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval
system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permit-
ted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authori-
zation through payment of the appropriate per‐copy fee to the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923
(Web site: www.copyright.com). Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley &
Sons, Inc., 111 River Street, Hoboken, NJ 07030‐5774, (201) 748‐6011, fax (201) 748‐6008, or online at: www.wiley.com/go/permissions.
Evaluation copies are provided to qualified academics and professionals for review purposes only, for use in their courses during the next
academic year. These copies are licensed and may not be sold or transferred to a third party. Upon completion of the review period, please
return the evaluation copy to Wiley. Return instructions and a free of charge return shipping label are available at: www.wiley.com/go/
returnlabel. If you have chosen to adopt this textbook for use in your course, please accept this book as your complimentary desk copy.
Outside of the United States, please contact your local sales representative.
QA76.9.D35K58 2016
005.7'3—dc23
2015036861
Printing identification and country of origin will either be included on this page and/or the end of the book. In addition, if the ISBN on this
page and the back cover do not match, the ISBN on the back cover should be considered the correct ISBN.
Intended Audience
This book was written for anyone with a curiosity or need to know about data structures,
those essential elements of good programs and reliable software. We hope that the text will
be useful to readers with either professional or educational interests.
It is intended as a textbook for the second programming course in a computing curriculum
involving the study of data structures, especially one that emphasizes Object‐Oriented Design
(OOD). The text could also be used in a more‐advanced course in algorithms and data struc-
tures. Besides coverage of the basic data structures and algorithms (lists, stacks, queues, trees,
recursion, sorting), there are chapters on sets and maps, balanced binary search trees, graphs,
and an online appendix on event‐oriented programming. Although we expect that most read-
ers will have completed a first programming course in Java, there is an extensive review
chapter (included as an appendix) for those who may have taken a first programming course
in a different language, or for those who need a refresher in Java.
Case Studies
We illustrate OOD principles in the design and implementation of new data structures and in
the solution of approximately 20 case studies. Case studies follow a five‐step process (prob-
lem specification, analysis, design, implementation, and testing). As is done in industry, we
sometimes perform these steps in an iterative fashion rather than in strict sequence. Several
case studies have extensive discussions of testing and include methods that automate the test-
ing process. Some case studies are revisited in later chapters, and solutions involving different
data structures are compared. We also provide additional case studies on the Web site for the
textbook (www.wiley.com/college/koffman), including one that illustrates a solution to the
same problem using several different data structures.
Prerequisites
Our expectation is that the reader will be familiar with the Java primitive data types including
int, boolean, char, and double; control structures including if, case, while, for, and try‐catch;
the String class; the one‐dimensional array; input/output using either JOptionPane dialog win-
dows or text streams (class Scanner or BufferedReader) and console input/output. For those
readers who lack some of the concepts or who need some review, we provide complete coverage
of these topics in Appendix A. Although labeled an Appendix, the review chapter provides full
coverage of the background topics and has all the pedagogical features (discussed below) of the
other chapters. We expect most readers will have some experience with Java programming, but
someone who knows another programming language should be able to undertake the book
after careful study of the review chapter. We do not require prior knowledge of inheritance,
wrapper classes, or ArrayLists as we cover them in the book (Chapters 1 and 2).
Pedagogy
The book contains the following pedagogical features to assist inexperienced programmers
in learning the material.
• Learning objectives at the beginning of each chapter tell readers what skills they should
develop.
• Introductions for each chapter help set the stage for what the chapter will cover and tie
the chapter contents to other material that they have learned.
• Case Studies emphasize problem solving and provide complete and detailed solutions to
real‐world problems using the data structures studied in the chapter.
• Chapter Summaries review the contents of the chapter.
• Boxed Features emphasize and call attention to material designed to help readers become
better programmers.
Pitfall boxes help readers identify common problems and how to avoid
them.
Design Concept boxes illuminate programming design decisions and
trade‐offs.
Programming Style boxes discuss program features that illustrate good
programming style and provide tips for writing clear and effective code.
Syntax boxes are a quick reference for the Java structures being
introduced.
• Self‐Check and Programming Exercises at the end of each section provide immediate
feedback and practice for readers as they work through the chapter.
• Quick‐Check, Review Exercises, and Programming Projects at the end of each chapter
review chapter concepts and give readers a variety of skill‐building activities, including
longer projects that integrate chapter concepts as they exercise the use of data structures.
Theoretical Rigor
In Chapter 2, we discuss algorithm efficiency and big‐O notation as a measure of algorithm
efficiency. We have tried to strike a balance between pure “hand waving” and extreme rigor
when determining the efficiency of algorithms. Rather than provide several paragraphs of
formulas, we have provided simplified derivations of algorithm efficiency using big‐O nota-
tion. We feel this will give readers an appreciation of the performance of various algorithms
and methods and the process one follows to determine algorithm efficiency without bogging
them down in unnecessary detail.
Acknowledgments
Many individuals helped us with the preparation of this book and improved it greatly. We are
grateful to all of them. These include students at Temple University who have used notes that
led to the preparation of this book in their coursework, and who class‐tested early drafts of the
book. We would like to thank Rolf Lakaemper and James Korsh, colleagues at Temple
University, who used earlier editions in their classes. We would also like to thank a former
Temple student, Michael Mayle, who provided preliminary solutions to many of the exercises.
We would also like to acknowledge support from the National Science Foundation (grant num-
ber DUE‐1225742) and Principal Investigator Peter J. Clarke, Florida International University
(FIU), to attend the Fifth Workshop on Integrating Software Testing into Programming Courses
(WISTPC 2014) at FIU. Some of the testing methodologies discussed at the workshop were
integrated into the chapter on Testing and Debugging.
We are especially grateful to our reviewers who provided invaluable comments that helped
us correct errors in each version and helped us set our revision goals for the next version. The
individuals who reviewed this book are listed below.
Reviewers
Sheikh Iqbal Ahamed, Marquette University
Justin Beck, Oklahoma State University
John Bowles, University of South Carolina
Mary Elaine Califf, Illinois State University
Tom Cortina, SUNY Stony Brook
Adrienne Decker, SUNY Buffalo
Chris Dovolis, University of Minnesota
Vladimir Drobot, San Jose State University
Kenny Fong, Southern Illinois University, Carbondale
Ralph Grayson, Oklahoma State University
Allan M. Hart, Minnesota State University, Mankato
James K. Huggins, Kettering University
Chris Ingram, University of Waterloo
Gregory Kesden, Carnegie Mellon University
Sarah Matzko, Clemson University
Lester McCann, University of Arizona
Although all the reviewers provided invaluable suggestions, we do want to give special thanks
to Chris Ingram who reviewed every version of the first edition of the manuscript, including
the preliminary pages for the book. His care, attention to detail, and dedication helped us
improve this book in many ways, and we are very grateful for his efforts.
Besides the principal reviewers, there were a number of faculty members who reviewed
sample pages of the first edition online and made valuable comments and criticisms of its
content. We would like to thank those individuals, listed below.
Finally, we want to acknowledge the participants in focus groups for the second programming
course organized by John Wiley & Sons at the Annual Meeting of the SIGCSE Symposium in
March 2004. They reviewed the preface, table of contents, and sample chapters and also
provided valuable input on the book and future directions of the course.
Focus Group
Claude Anderson, Rose-Hulman Institute of Technology
Jay M. Anderson, Franklin & Marshall University
John Avitabile, College of Saint Rose
Cathy Bishop‐Clark, Miami University—Middletown
Debra Burhans, Canisius College
Michael Clancy, University of California—Berkeley
Nina Cooper, University of Nevada Las Vegas
Kossi Edoh, Montclair State University
Robert Franks, Central College
Evan Golub, University of Maryland
Graciela Gonzalez, Sam Houston State University
Scott Grissom, Grand Valley State University
Jim Huggins, Kettering University
Lester McCann, University of Wisconsin—Parkside
Briana Morrison, Southern Polytechnic State University
Judy Mullins, University of Missouri—Kansas City
Roy Pargas, Clemson University
J.P. Pretti, University of Waterloo
Reza Sanati, Utah Valley State College
Barbara Smith, University of Dayton
Suzanne Smith, East Tennessee State University
Michael Stiber, University of Washington, Bothell
Jorge Vasconcelos, University of Mexico (UNAM)
Lee Wittenberg, Kean University
We would also like to acknowledge and thank the team at John Wiley & Sons who were
responsible for the management of this edition and ably assisted us with all phases of the
book development and production. They were Gladys Soto, Project Manager, Nichole Urban,
Project Specialist, and Rajeshkumar Nallusamy, Production Editor.
We would like to acknowledge the help and support of our colleague Frank Friedman who
also read an early draft of this textbook and offered suggestions for improvement. Frank and
Elliot began writing textbooks together many years ago and Frank has had substantial influ-
ence on the format and content of these books. Frank also influenced Paul to begin his teach-
ing career as an adjunct faculty member and then hired him as a full‐time faculty member
when he retired from industry. Paul is grateful for his continued support.
Finally, we would like to thank our wives who provided us with comfort and support through
this arduous process. We very much appreciate their understanding and their sacrifices that
enabled us to focus on this book, often during time we would normally be spending with
them. In particular, Elliot Koffman would like to thank
Caryn Koffman
and Paul Wolfgang would like to thank
Sharon Wolfgang
Contents
Preface iii
Connecting Nodes 78
A Single-Linked List Class 79
Inserting a Node in a List 79
Removing a Node 80
Completing the SingleLinkedList Class 81
The get and set Methods 82
The add Methods 82
Exercises for Section 2.5 83
2.6 Double‐Linked Lists and Circular Lists 84
The Node Class 85
Inserting into a Double‐Linked List 86
Removing from a Double‐Linked List 86
A Double‐Linked List Class 86
Circular Lists 87
Exercises for Section 2.6 88
2.7 The LinkedList Class and the Iterator, ListIterator, and Iterable Interfaces 89
The LinkedList Class 89
The Iterator 89
The Iterator Interface 90
The Enhanced for Loop 92
The ListIterator Interface 92
Comparison of Iterator and ListIterator 94
Conversion between a ListIterator and an Index 95
The Iterable Interface 95
Exercises for Section 2.7 95
2.8 Application of the LinkedList Class 96
Case Study: Maintaining an Ordered List 96
Testing Class OrderedList 101
Exercises for Section 2.8 103
2.9 Implementation of a Double‐Linked List Class 103
Implementing the KWLinkedList Methods 104
A Class that Implements the ListIterator Interface 104
The Constructor 105
The hasNext and next Methods 106
The hasPrevious and previous Methods 107
The add Method 107
Inner Classes: Static and Nonstatic 111
Exercises for Section 2.9 111
2.10 The Collections Framework Design 112
The Collection Interface 112
Common Features of Collections 113
The AbstractCollection, AbstractList, and
AbstractSequentialList Classes 113
The List and RandomAccess Interfaces (Advanced) 114
Exercises for Section 2.10 114
Java API Interfaces and Classes Introduced in this Chapter 116
User‐Defined Interfaces and Classes in this Chapter 116
Quick‐Check Exercises 116
Review Questions 117
Programming Projects 117
Answers to Quick-Check Exercises 119
Chaining 340
Performance of Hash Tables 340
Exercises for Section 7.3 342
7.4 Implementing the Hash Table 344
Interface KWHashMap 344
Class Entry 344
Class HashtableOpen 345
Class HashtableChain 350
Testing the Hash Table Implementations 353
Exercises for Section 7.4 354
7.5 Implementation Considerations for Maps and Sets 354
Methods hashCode and equals 354
Implementing HashSetOpen 355
Writing HashSetOpen as an Adapter Class 355
Implementing the Java Map and Set Interfaces 356
Interface Map.Entry and Class AbstractMap.SimpleEntry 356
Creating a Set View of a Map 357
Method entrySet and Classes EntrySet and SetIterator 357
Classes TreeMap and TreeSet 358
Exercises for Section 7.5 359
7.6 Additional Applications of Maps 359
Case Study: Implementing a Cell Phone Contact List 359
Case Study: Completing the Huffman Coding Problem 361
Encoding the Huffman Tree 365
Exercises for Section 7.6 366
7.7 Navigable Sets and Maps 366
Application of a NavigableMap 368
Exercises for Section 7.7 370
Java API Interfaces and Classes Introduced in This Chapter 372
User‐Defined Interfaces and Classes in This Chapter 372
Quick‐Check Exercises 372
Review Questions 372
Programming Projects 373
Answers to Quick-Check Exercises 374
Constructors 577
The No‐Parameter Constructor 577
Modifier and Accessor Methods 578
Use of this. in a Method 578
The Method toString 578
The Method equals 579
Declaring Local Variables in Class Person 580
An Application that Uses Class Person 580
Objects as Arguments 581
Classes as Components of Other Classes 582
Java Documentation Style for Classes and Methods 582
Exercises for Section A.7 585
A.8 Arrays 585
Data Field length 587
Method Arrays.copyOf 588
Method System.arrayCopy 588
Array Data Fields 589
Array Results and Arguments 590
Arrays of Arrays 590
Exercises for Section A.8 593
A.9 Enumeration Types 594
Using Enumeration Types 595
Assigning Values to Enumeration Types 596
Exercises for Section A.9 596
A.10 I/O Using Streams, Class Scanner, and Class JOptionPane 596
The Scanner 597
Using a Scanner to Read from a File 599
Exceptions 599
Tokenized Input 599
Extracting Tokens Using Scanner.findInLine 600
Using a BufferedReader to Read from an Input Stream 600
Output Streams 600
Passing Arguments to Method main 600
Closing Streams 601
Try with Resources 601
A Complete File‐Processing Application 601
Class InputStream and Character Codes (Optional) 603
The Default Character Coding (Optional) 603
UTF‐8 (Optional) 604
Specifying a Character Encoding (Optional) 605
Input/Output Using Class JOptionPane 605
Converting Numeric Strings to Numbers 606
GUI Menus Using Method showOptionDialog 607
Exercises for Section A.10 607
A.11 Catching Exceptions 608
Catching and Handling Exceptions 608
Exercises for Section A.11 614
A.12 Throwing Exceptions 614
The throws Clause 615
Glossary 635
Index 643
1
Object‐Oriented Programming
and Class Hierarchies
Chapter Objectives
◆ To learn about interfaces and their role in Java
◆ To understand inheritance and how it facilitates code reuse
◆ To understand how Java determines which method to execute when there are multiple
methods with the same name in a class hierarchy
◆ To become familiar with the Exception hierarchy and the difference between checked and
unchecked exceptions
◆ To learn how to define and use abstract classes as base classes in a hierarchy
◆ To learn the role of abstract data types and how to specify them using interfaces
◆ To study class Object and its methods and to learn how to override them
◆ To become familiar with a class hierarchy for shapes
◆ To understand how to create packages and to learn more about visibility
Interfaces
A Java interface is a way to specify or describe an ADT to an applications programmer. An
interface is like a contract that tells the applications programmer precisely what methods are
available and describes the operations they perform. It also tells the applications programmer
what arguments, if any, must be passed to each method and what result the method will
return. Of course, in order to make use of these methods, someone else must have written a
class that implements the interface by providing the code for these methods.
The interface tells the coder precisely what methods must be written, but it does not provide
a detailed algorithm or prescription for how to write them. The coder must “program to the
interface,” which means he or she must develop the methods described in the interface with-
out variation. If each coder does this job well, that ensures that other programmers can use
the completed class exactly as it is written, without needing to know the details of how it was
coded.
There may be more than one way to implement the methods; hence, several classes may
implement the interface, but each must satisfy the contract. One class may be more efficient
than the others at performing certain kinds of operations (e.g., retrieving information from a
database), so that class will be used if retrieval operations are more likely in a particular
application. The important point is that the particular implementation that is used will not
affect other classes that interact with it because every implementation satisfies the contract.
Besides providing the complete definition (implementation) of all methods declared in the
interface, each implementer of an interface may declare data fields and define other methods
not in the interface, including constructors. An interface cannot contain constructors because
it cannot be instantiated—that is, one cannot create objects, or instances, of it. However, it
can be represented by instances of classes that implement it.
E X A M P L E 1. 1 An automated teller machine (ATM) enables a user to perform certain banking operations
from a remote location. It must support the following operations.
1. Verify a user’s Personal Identification Number (PIN).
2. Allow the user to choose a particular account.
3. Withdraw a specified amount of money.
4. Display the result of an operation.
5. Display an account balance.
A class that implements an ATM must provide a method for each operation. We can write
this requirement as the interface ATM and save it in file ATM.java, shown in Listing 1.1. The
keyword interface on the header line indicates that an interface is being declared. If you are
unfamiliar with the documentation style shown in this listing, read about Java documenta-
tion at the end of Section A.7 in Appendix A.
LISTING 1.1
Interface ATM.java
/** The interface for an ATM. */
public interface ATM {
String selectAccount();
The interface definition shows the heading only for several methods. Because only the head-
ings are shown, they are considered abstract methods. Each actual method with its body must
be defined in a class that implements the interface. Therefore, a class that implements this
interface must provide a void method called verifyPIN with an argument of type String.
There are also two display methods with different signatures. The first is used to display the
result of a withdrawal, and the second is used to display the result of a PIN verification. The
keywords public abstract are optional (and usually omitted) in an interface because all
interface methods are public abstract by default.
EXAMPLE:
public interface Payable {
public abstract double calcSalary();
public abstract boolean salaried();
public static final double DEDUCTIONS = 25.5;
}
MEANING:
Interface interfaceName is defined. The interface body provides headings for abstract
methods and constant declarations. Each abstract method must be defined in a class
that implements the interface. Constants defined in the interface (e.g., DEDUCTIONS) are
accessible in classes that implement the interface or in the same way as static fields
and methods in classes (see Section A.4).
NOTES:
The keywords public and abstract are implicit in each abstract method declaration,
and the keywords public static final are implicit in each constant declaration. We
show them in the example here, but we will omit them from now on.
Java 8 also allows for static and default methods in interfaces. They are used to add
features to existing classes and interfaces while minimizing the impact on existing
programs. We will discuss default and static methods when describing where they are
used in the API.
Each class heading ends with the clause implements ATM. When compiling these classes, the
Java compiler will verify that they define the required methods in the way specified by the
interface. If a class implements more than one interface, list them all after implements, with
commas as separators.
Figure 1.2 is a UML (Unified Modeling Language) diagram that shows the ATM interface
and these two implementing classes. Note that a dashed line from the class to the interface is
used to indicate that the class implements the interface. We will use UML diagrams through-
out this text to show relationships between classes and interfaces. Appendix B provides
detailed coverage of UML diagrams.
FIGURE 1.2
UML Diagram Showing the ATM Interface and Its Implementing Classes
‹‹interface››
ATM
boolean verifyPIN(String pin)
String selectAccount()
boolean withdraw(String account, double amount)
void display(String account, double amount, boolean success)
void display(String pin, boolean success)
void showBalance(String account)
ATMbankAmerica ATMforAllBanks
P I T FA L L
Not Properly Defining a Method to Be Implemented
If you neglect to define method verifyPIN in class ATMforAllBanks or if you use a
different method signature, you will get the following syntax error:
class ATMforAllBanks should be declared abstract; it does not define method
verifyPIN(String) in interface ATM.
The above error indicates that the method verifyPin was not properly defined.
Because it contains an abstract method that is not defined, Java incorrectly believes
that ATM should be declared to be an abstract class. If you use a result type other than
boolean, you will also get a syntax error.
P I T FA L L
Instantiating an Interface
An interface is not a class, so you cannot instantiate an interface. The statement
ATM anATM = new ATM(); // invalid statement
will cause the following syntax error:
interface ATM is abstract; cannot be instantiated.
PROGRAMMING
1. Define an interface named Resizable with just one abstract method, resize, that is a void
method with no parameter.
2. Write a Javadoc comment for the following method of a class Person. Assume that class
Person has two String data fields familyName and givenName with the obvious meanings.
Provide preconditions and postconditions if needed.
public int compareTo(Person per) {
if (familyName.compareTo(per.familyName) == 0)
return givenName.compareTo(per.givenName);
else
return familyName.compareTo(per.familyName);
}
3. Write a Javadoc comment for the following method of class Person. Provide preconditions
and postconditions if needed.
public void changeFamilyName(boolean justMarried, String newFamily) {
if (justMarried)
familyName = newFamily;
}
4. Write method verifyPIN for class ATMbankAmerica assuming this class has a data field pin
(type String).
an inheritance of monetary value. As we grow up, we benefit from our ancestors’ resources,
FIGURE 1.3
Classes Mammal and knowledge, and experiences, but our experiences will not affect how our parents or ancestors
Human developed. Although we have two parents to inherit from, Java classes can have only one
parent.
Mammal
Inheritance and hierarchical organization allow you to capture the idea that one thing may be
a refinement or an extension of another. For example, an object that is a Human is a Mammal (the
drinkMothersMilk()
superclass of Human). This means that an object of type Human has all the data fields and meth-
ods defined by class Mammal (e.g., method drinkMothersMilk), but it may also have more data
Human fields and methods that are not contained in class Mammal (e.g., method thinkCreatively).
Figure 1.3 shows this simple hierarchy. The solid line in the UML class diagram shows that
thinkCreatively() Human is a subclass of Mammal, and, therefore, Human objects can use methods drinkMothersMilk
and thinkCreatively. Objects farther down the hierarchy are more complex and less general
than those farther up. For this reason an object that is a Human is a Mammal, but the converse is
not true because every Mammal object does not necessarily have the additional properties of a
Human. Although this seems counterintuitive, the subclass Human is actually more powerful
FIGURE 1.4 than the superclass Mammal because it may have additional attributes that are not present in
Classes NoteBook and
the superclass.
Computer
LISTING 1.2
Class Computer.java
/** Class that represents a computer. */
public class Computer {
// Data Fields
private String manufacturer;
private String processor;
private double ramSize;
private int diskSize;
private double processorSpeed;
// Methods
/** Initializes a Computer object with all properties specified.
@param man The computer manufacturer
@param processor The processor type
@param ram The RAM size
@param disk The disk size
@param procSpeed The processor speed
*/
public Computer(String man, String processor, double ram,
int disk, double procSpeed) {
manufacturer = man;
this.processor = processor;
ramSize = ram;
diskSize = disk;
processorSpeed = procSpeed;
}
Use of this.
In the constructor for the Computer class, the statement
this.processor = processor;
sets data field processor in the object under construction to reference the same string as
parameter processor. The prefix this. makes data field processor visible in the constructor.
This is necessary because the declaration of processor as a parameter hides the data field
declaration.
P I T FA L L
Not Using this. to Access a Hidden Data Field
If you write the preceding statement as
processor = processor; // Copy parameter processor to itself.
you will not get an error, but the data field processor in the Computer object under
construction will not be initialized and will retain its default value (null). If you later
attempt to use data field processor, you may get an error or just an unexpected result.
Some IDEs will provide a warning if this. is omitted.
Class Notebook
In theNotebook class diagram in Figure 1.4, we show just the data fields declared in class
Notebook; however, Notebook objects also have the data fields that are inherited from class
Computer (processor, ramSize, and so forth). The first line in class Notebook (Listing 1.3),
public class Notebook extends Computer {
indicates that class Notebook extends class Computer and inherits its data and methods. Next,
we define any additional data fields
// Data Fields
private double screenSize;
private double weight;
SYNTAX super( . . . );
FORM:
super();
super(argumentList);
EXAMPLE:
super(man, proc, ram, disk, procSpeed);
MEANING:
The super() call in a class constructor invokes the superclass’s constructor that has
the corresponding argumentList. The superclass constructor initializes the inherited
data fields as specified by its argumentList. The super() call must be the first
statement in a constructor.
LISTING 1.3
Class Notebook
// Methods
/** Initializes a Notebook object with all properties specified.
@param man The computer manufacturer
@param proc The processor type
@param ram The RAM size
P I T FA L L
Not Defining the No‐Parameter Constructor
If no constructors are defined for a class, the no‐parameter constructor for that class
will be provided by default. However, if any constructors are defined, the no‐parameter
constructor must also be defined explicitly if it needs to be invoked. Java does not
provide it automatically because it may make no sense to create a new object of that
type without providing initial data field values. (It was not defined in class Notebook or
Computer because we want the client to specify some information about a Computer
object when that object is created.) If the no‐parameter constructor is defined in a
subclass but is not defined in the superclass, you will get a syntax error constructor
not defined. You can also get this error if a subclass constructor does not explicitly call
a superclass constructor. There will be an implicit call to the no‐parameter superclass
constructor, so it must be defined.
We will use protected visibility on occasion when we are writing a class that we intend to
extend. However, in general, it is better to use private visibility because subclasses may be
written by different programmers, and it is always a good practice to restrict and control
access to the superclass data fields. We discuss visibility further in Section 1.7.
Another issue that sometimes arises is determining whether to define a new class in a hierarchy
or whether a new object is a member of an existing class. For example, netbook computers have
recently become very popular. They are smaller portable computers that can be used for general‐
purpose computing but are also used extensively for Web browsing. Should we define a separate
class NetBook, or is a netbook computer a Notebook object with a small screen and low weight?
2. Indicate where in the hierarchy you might want to add data fields for the following and
the kind of data field you would add.
Cost
The battery identification
Time before battery discharges
Number of expansion slots
Wireless Internet available
3. Can you add the following constructor to class Notebook? If so, what would you need to
do to class Computer?
public Notebook() {}
PROGRAMMING
1. Write accessor and modifier methods for class Computer.
2. Write accessor and modifier methods for class Notebook.
Method Overriding
Let’s use the following main method to test our class hierarchy.
/** Tests classes Computer and Notebook. Creates an object of each and
displays them.
@param args[] No control parameters
*/
public static void main(String[] args) {
Computer myComputer =
new Computer("Acme", "Intel", 4, 750, 3.5);
Notebook yourComputer =
new Notebook("DellGate", "AMD", 4, 500,
2.4, 15.0, 7.5);
System.out.println("My computer is:\n" + myComputer.toString());
System.out.println("\nYour computer is:\n" +
yourComputer.toString());
}
In the second call to println, the method call
yourComputer.toString()
applies method toString to object yourComputer (type Notebook). Because class Notebook
doesn’t define its own toString method, class Notebook inherits the toString method defined
in class Computer. Executing this method displays the following output lines:
My computer is:
Manufacturer: Acme
CPU: Intel
RAM: 4.0 gigabytes
Disk: 750 gigabytes
Speed: 3.5 gigahertz
Your computer is:
Manufacturer: DellGate
CPU: AMD
RAM: 4.0 gigabytes
Disk: 500 gigabytes
Speed: 2.4 gigahertz
Unfortunately, this output doesn’t show the complete state of object yourComputer. To show
the complete state of a notebook computer, we need to define a toString method for class
Notebook. If class Notebook has its own toString method, it will override the inherited method
and will be invoked by the method call yourComputer.toString(). We define method toString
for class Notebook next.
public String toString() {
String result = super.toString() +
"\nScreen size: " + screenSize + " inches" +
"\nWeight: " + weight + " pounds";
return result;
}
SYNTAX super.
FORM:
super.methodName()
super.methodName(argumentList)
EXAMPLE:
super.toString()
MEANING:
Using the prefix super. in a call to method methodName calls the method with that
name defined in the superclass of the current class.
PROGRAM STYLE
Calling Method toString() Is Optional
In the println statement shown earlier,
System.out.println("My computer is:\n" + myComputer.toString());
the explicit call to method toString is not required. The statement could be written as
System.out.println("My computer is:\n" + myComputer);
Java automatically applies the toString method to an object referenced in a String
expression. Normally, we will not explicitly call toString.
P I T FA L L
Overridden Methods Must Have Compatible Return Types
If you write a method in a subclass that has the same signature as one in the
superclass but a different return type, you may get the following error message: in
subclass‐name cannot override method‐name in superclass‐name; attempting to use
incompatible return type. The subclass method return type must be the same as or a
subclass of the superclass method’s return type.
Method Overloading
Let’s assume we have decided to standardize and purchase our notebook computers from
only one manufacturer. We could then introduce a new constructor with one less parameter
for class Notebook.
public Notebook(String proc, int ram, int disk, double procSpeed,
double screen, double wei) {
this(DEFAULT_NB_MAN, proc, ram, disk, procSpeed, screen, wei);
}
SYNTAX this( . . . );
FORM:
this(argumentList);
EXAMPLE:
this(DEFAULT_NB_MAN, proc, ram, disk, procSpeed);
MEANING:
The call to this() invokes the constructor for the current class whose parameter list
matches the argument list. The constructor initializes the new object as specified by its
arguments. The invocation of another constructor (through either this() or super())
must be the first statement in a constructor.
Listing 1.4 shows the complete class Notebook. Figure 1.5 shows the UML diagram, revised
to show that Notebook has a toString method and a constant data field. The next Pitfall dis-
cusses the reason for the @Override annotation preceding method toString.
LISTING 1.4
Complete Class Notebook with Method toString
P I T FA L L
Overloading a Method When Intending to Override It
To override a method, you must use the same name and the same number and types
of the parameters as the superclass method that is being overridden. If the name is
the same but the number or types of the parameters are different, then the method is
overloaded instead. Normally, the compiler will not detect this as an error. However, it
is a sufficiently common error that a feature was added to the Java compiler so that
programmers can indicate that they intend to override a method. If you precede the
declaration of the method with the annotation @Override, the compiler will issue an
error message if the method is overloaded instead of overridden.
PROGRAM STYLE
Precede an Overridden Method with the Annotation @Override
Whenever a method is overridden, we recommend preceding it with the annotation
@Override. Some Java integrated development environments such as Netbeans and
Eclipse will either issue a warning or add this annotation automatically.
Polymorphism
An important advantage of OOP is that it supports a feature called polymorphism, which
means many forms or many shapes. Polymorphism enables the JVM to determine at run time
which of the classes in a hierarchy is referenced by a superclass variable or parameter. Next
we will see how this simplifies the programming process.
Suppose you are not sure whether a computer referenced in a program will be a notebook or
a regular computer. If you declare the reference variable
Computer theComputer;
you can use it to reference an object of either type because a type Notebook object can be
referenced by a type Computer variable. In Java, a variable of a superclass type (general) can
reference an object of a subclass type (specific). Notebook objects are Computer objects with
more features. When the following statements are executed,
theComputer = new Computer("Acme", "Intel", 2, 160, 2.6);
System.out.println(theComputer.toString());
you would see four output lines, representing the state of the object referenced by
theComputer.
Now suppose you have purchased a notebook computer instead. What happens when the
following statements are executed?
theComputer = new Notebook("Bravo", "Intel", 4, 240, 2.4. 15.0, 7.5);
System.out.println(theComputer.toString());
Recall that theComputer is type Computer. Will the theComputer.toString() method call return a
string with all seven data fields or just the five data fields defined for a Computer object? The
answer is a string with all seven data fields. The reason is that the type of the object receiving the
toString message determines which toString method is called. Even though variable theComputer
is type Computer, it references a type Notebook object, and the Notebook object receives the
toString message. Therefore, the method toString for class Notebook is the one called.
2. Indicate whether methods with each of the following signatures and return types (if any)
would be allowed and in what classes they would be allowed. Explain your answers.
Computer()
Notebook()
int toString()
double getRamSize()
String getRamSize()
String getRamSize(String)
String getProcessor()
double getScreenSize()
3. For the loop body in the following fragment, indicate which method is invoked for each
value of i. What is printed?
Computer comp[] = new Computer[3];
comp[0] = new Computer("Ace", "AMD", 8, 750, 3.5);
comp[1] = new Notebook("Dell", "Intel", 4, 500, 2.2, 15.5, 7.5);
comp[2] = comp[1];
for (int i = 0; i < comp.length; i++) {
System.out.println(comp[i].getRamSize() + "\n" +
comp[i].toString());
}
4. When does Java determine which toString method to execute for each value of i in the
for statement in the preceding question: at compile time or at run time? Explain your
answer.
PROGRAMMING
1. Write constructors for both classes that allow you to specify only the processor, RAM size,
and disk size.
2. Complete the accessor and modifier methods for class Computer.
3. Complete the accessor and modifier methods for class Notebook.
E X A M P L E 1. 4 The Food Guide Pyramid provides a recommendation of what to eat each day based on
established dietary guidelines. There are six categories of foods in the pyramid: fats, oils, and
sweets; meats, poultry, fish, and nuts; milk, yogurt, and cheese; vegetables; fruits; and bread,
cereal, and pasta. If we wanted to model the Food Guide Pyramid, we might have each of
these as actual subclasses of an abstract class called Food:
/** Abstract class that models a kind of food. */
public abstract class Food {
// Data Field
private double calories;
// Abstract Methods
/** Calculates the percent of protein in a Food object. */
// Actual Methods
public double getCalories() { return calories; }
public void setCalories(double cal) {
calories = cal;
}
}
// Abstract Methods
public abstract double percentProtein();
public abstract double percentFat();
public abstract double percentCarbohydrates();
// Actual Methods
public double getCalories() { return calories; }
public void setCalories(double cal) {
calories = cal;
}
}
INTERPRETATION:
Abstract class className is defined. The class body may have declarations for data
fields and abstract methods as well as actual method definitions. Each abstract
method declaration consists of a method heading containing the keyword abstract.
All of the declaration kinds shown above are optional.
P I T FA L L
Omitting the Definition of an Abstract Method in a Subclass
If you write class Vegetable and forget to define method percentProtein, you will get
the syntax error class Vegetable should be declared abstract, it does not define
method percentProtein in class Food. Although this error message is misleading (you
did not intend Vegetable to be abstract), any class with undefined methods is abstract
by definition. The compiler’s rationale is that the undefined method is intentional, so
Vegetable must be an abstract class, with a subclass that defines percentProtein.
E X A M P L E 1. 5 The following statement creates a Vegetable object that is referenced by variable mySnack
(type Food).
Food mySnack = new Vegetable("carrot sticks");
Number
FIGURE 1.6
The Abstract Class
Number and Selected
Subclasses
Byte Double Integer Short
In the actual implementation of Number, the body of byteValue would be provided, but we
just indicate its presence in Listing 1.5.
LISTING 1.5
Part of Abstract Class java.lang.Number
public abstract class Number {
// Abstract Methods
/** Returns the value of the specified number as an int.
@return The numeric value represented by this object after
conversion to type int
*/
public abstract int intValue();
/** Returns the value of the specified number as a double.
@return The numeric value represented by this object
after conversion to type double
*/
public abstract double doubleValue();
...
// Actual Methods
/** Returns the value of the specified number as a byte.
@return The numeric value represented by this object
after conversion to type byte
*/
public byte byteValue() {
// Implementation not shown.
...
}
}
TA B L E 1 . 1
Comparison of Actual Classes, Abstract Classes, and Interfaces
An abstract class may implement an interface just as an actual class does, but unlike an actual
class, it doesn’t have to define all of the methods declared in the interface. It can leave the
implementation of some of the abstract methods to its subclasses.
Both abstract classes and interfaces declare abstract methods. However, unlike an interface,
an abstract class can also have data fields and methods that are not abstract. You can think
of an abstract class as combining the properties of an actual class, by providing inherited data
fields and methods to its subclasses, and of an interface, by specifying requirements on its
subclasses through its abstract method declarations.
Extending an Interface
Interfaces can also extend other interfaces. In Chapter 2 we will introduce the Java Collection
Framework. This class hierarchy contains several interfaces and classes that manage the col-
lection of objects. At the top of this hierarchy is the interface Iterable, which declares the
method iterator. At the next lower level is interface Collection, which extends Iterable.
This means that all classes that implement Collection must also implement Iterable and
therefore must define the method iterator.
An interface can extend more than one other interface. In this case, the resulting interface
includes the union of the methods defined in the superinterfaces. For example, we can define the
interface ComparableCollection, which extends both Comparable and Collection, as follows:
public interface ComparableCollection extends Comparable, Collection { }
Note that this interface does not define any methods itself but does require any implementing
class to implement all of the methods required by Comparable and by Collection.
4. What is the purpose of the if statement in the loop in Question 3? What would happen if
it were omitted?
PROGRAMMING
1. Write class
Vegetable. Assume that a vegetable has three double constants: VEG_FAT_CAL,
VEG_PROTEIN_CAL, and VEG_CARBO_CAL. Compute the fat percentage as VEG_FAT_CAL divided
by the sum of all the constants.
2. Earlier we discussed a Computer class with a Notebook class as its only subclass. However,
there are many different kinds of computers. An organization may have servers, main-
frames, desktop PCs, and notebooks. There are also personal data assistants and game
computers. So it may be more appropriate to declare class Computer as an abstract class
that has an actual subclass for each category of computer. Write an abstract class Computer
that defines all the methods shown earlier and declares an abstract method with the signa-
ture costBenefit(double) that returns the cost–benefit (type double) for each category of
computer.
E X A M P L E 1. 6 If we didn’t have a toString method in class Computer or Notebook, the method call aComputer.
toString() would call the toString method inherited from class Object. This method would
return a string such as Computer@ef08879, which shows the object’s class name and a special
integer value that is its “hash code”—not its state. Method hashCode is discussed in Chapter 7.
TA B L E 1 . 2
The Class Object
Method Behavior
boolean equals(Object obj) Compares this object to its argument
int hashCode() Returns an integer hash code value for this object
String toString() Returns a string that textually represents the object
Class<?> getClass() Returns a unique object that identifies the class of this object
I noticed the fact to Stuart, who said, "It is not a sign of the
times, De Cerons, but it is a sign of the Duke of Anjou. There is not
another commander in France who would have treated noble
prisoners as he has done this day. However, to me it matters little;
my account with this world is made; and, as soon as I have taken
some nourishment, for I feel faint, I must try and make my peace
with God."
At the third pillar from the entrance, two or three people were
gathered round a large sort of stone table close underneath the
column, and as I passed I saw that on it was stretched the corpse of
the Prince de Condé, the body wrapped in linen with some degree of
decency, but the head and face exposed. Those who were gazing
upon it took no notice of us as we advanced, and at the very farther
end of the hall we paused for the first time before a door, where
stood a man-at-arms with his sword drawn.
One of those who accompanied us went in, and the next minute
Stuart was called into the room beyond, while I remained without. I
could hear nothing that passed, but I was not a little anxious and
apprehensive for my poor comrade.
At the moment that the other door closed behind me, I could hear
the voice of the Duke of Anjou exclaiming aloud and somewhat
angrily,
The moment he was gone and the door closed, the Duke of Anjou
pronounced my name; but, before I could answer, I heard one or
two blows struck without, a short cry suppressed into a groan, and
then a heavy fall.
"Then you fear nothing," he said. "We shall soon see how you will
bear your fate."
Among the officers who stood behind the duke, two made me a
sign at this moment. The Duke of Montpensier pointed to the door
through which Stuart had just passed, then lifted his hand as if to
beseech me to be silent. Martigue, though evidently friendly towards
me, knit his brows and shook his fist at me. But the Duke of Anjou,
after gazing on me for a moment, exclaimed, "What babblers and
braggarts these Huguenots are! Take the Maheutre out, and hang
him to one of the spouts of the castle!"
"Oh, I will pay you, I will pay you, Martigue," said the prince.
"I will give no credit," replied Martigue, in the same tone. "Down
upon the table, my lord, or you don't have him! A hanged man is no
good to me, and, I should think, none to your highness either."
"I should think not indeed," said one of the gentlemen who stood
behind: "besides, my lord, I really do not know anything that
Monsieur de Cerons has done, either against your highness or his
majesty's service which should excite your indignation against him:
besides, he is a knight, my lord.
"That is more than his highness, or any one else here can say,"
cried Martigue; and the duke himself burst into a loud laugh.
"Ha! he has you there, Martigue," cried the duke. "What say you
now? Will you hang him in revenge for the loss of that cornet?"
"I say, sir," replied Martigue, gayly, "That the young gentleman
speaks very true. The mouse did bite the rat-catcher's fingers, and
bit him to the bone. But the rat-catcher has caught him at last, and,
by your highness's good leave, will keep him now he's got him."
It was evident that some progress had been made in moving the
Duke of Anjou, and at that moment the Duke of Montpensier joined
in.
"You will ruin us all, you will ruin us all!" cried a voice from
behind, which I found afterward came from the well-known Chicot.
"If you convert Monsieur de Cerons, and bring him into our camp,
the army's lost, the king's throne shaken, and he may play at bowls
with the globe and crown. Why, heavens and earth! wasn't it bad
enough when we had only Martigue to lead us into every mad
adventure, while the Huguenots had this mad fellow to run his head
against our crack-brained galloper! If you bring, over another such
to our side to match Martigue, the army will be like a string between
two young dogs, pulled here and there over every bush, and hill,
and fence, through the whole land. 'Pon my soul, I had hoped and
trusted that I should hear Martigue had been killed to-day; for I am
tired to death, and my brain quite weary with thinking where he will
be next: but if you come to add to him this same night-walking
spectre of cast iron, there is no chance of any one ever having a
moment's repose through life."
"Well," said the prince, "if you will all have it so, so it must be, I
suppose; but, at all events, I shall expect no slight apology from
Monsieur de Cerons for the rash and insolent words he addressed to
me this morning."
"I trust, sir," I replied, "That in my grief for the disasters of this
day, I have not been mad enough to address to your highness, the
brother of my king, any words of insolence whatever. I am quite
ignorant and unconscious of having done so, but beg your
highness's pardon most sincerely and most humbly for anything that
could have been construed to that effect."
"That is well, that is well," replied the duke: "you must indeed
have forgotten yourself; but the words that you spoke, sir, about the
Prince de Condé, were rash and insolent."
The prince bowed his head, and Montpensier, passing round the
table, took me by the arm, nodding to Martigue, who replied, if I
might read his looks, "Get him away as fast as you can."
"Young man, young man! you have been sporting with a tiger,
who has already torn one to pieces, and has got the thirst for blood
upon him strong!"
CHAPTER II.
"He is so," replied the duke; "but it is not his own fault that he is
not now lying stark and cold as some others that I could name. Take
him away with you, D'Auvergne, to our quarters, and, for Heaven's
sake, teach him to be cautious where he is. Monsieur de Cerons," he
continued, turning to me, "I need not ask you whether I have your
parole."
The duke bowed his head and left me, and the Prince d'Auvergne,
with his attendants, led me out into the streets of Jarnac, where,
with several torches before us, we proceeded to the lower part of
the town, and entered a large dwelling which had been taken
possession of by the Duke of Montpensier. A good deal to my
surprise, for I had as yet seen nothing but the Huguenot camp, I
found nearly as much splendour and luxury reigning in the
temporary abode of the Catholic commander as if he had been in
the mansion of his ancestors. There were servants in splendid
dresses, there were lights in all the rooms, and the prince led me
into a great hall, where a large table was set out as if for the supper
of some twenty or thirty persons.
"My father," he said, "Will soon return; but, till he does so,
Monsieur de Cerons, let us go into this little room beyond, and
converse for a few moments quietly."
He then led me in, asked after the wounds I had received, spoke
to me of the different events of the late battle, and mentioned the
death of the Prince de Condé with so much kindly and noble feeling,
that, had not my mind been altogether prepossessed in his favour
before, those words would have attached me to him for ever. He
then gave me several cautions with regard to my conduct during my
stay in the Catholic camp.
Not long after our conversation had begun, there were some
steps heard in the hall, and the voice of the Duke of Montpensier
was heard exclaiming, "Where are you, Francis? Where is Monsieur
de Cerons?"
In another moment the duke entered the room, before his son
could go to meet him. He was accompanied by Martigue, who
entered the little room with him, and by several others, who
remained behind in the supper-room.
"I could not help it, Monsieur de Martigue," I replied, "or I would
not have done it. I was in the midst of your people; and if I had not
taken that moment to escape, I must have surrendered to them,
even if I had got the better of you. However, I surely made up for it
afterward."
"What! in the village?" cried Martigue. "Oh, I never got near you
there."
"By the Lord, you might have done worse!" cried Martigue. "If
Montluc had got hold of you, he would have given you a pistol-shot
for your pains. By-the-way, it was shrewd of you, Monsieur de
Montpensier, to send Montluc away towards Cognac; for, by
Heavens! if he had been at the ear of monseigneur to-night, instead
of quiet people like ourselves, there is no knowing what would have
come of it."
"The streets of Jarnac would have flowed with blood," replied the
duke; "however, Monsieur de Cerons, you are now safe, and I have
to inform you that Monsieur de Martigue consents to receive your
ransom from me, so that you are now my prisoner. I trust I may
add, also, that you are my son's friend, and therefore will beg you to
remain with us some few weeks, as I have every reason to believe
that, ere long, matters will assume a more pacific aspect, and the
contentions which now desolate France be brought to an end
without your taking any farther share therein."
When all this was settled, the duke informed me that he intended
to send a flag the next morning to the admiral, and that, if I chose
it, I could communicate at the same time with any of my friends in
the camp, and give any orders concerning my baggage and
attendants that I might think fit. This information was gratifying to
me in several respects, but in none more than inasmuch as it
showed me that the admiral had been enabled to save a large
portion of the Huguenot army and all the baggage. I took advantage
of the duke's offer, then, to send word to Moric Endem to take the
command of my troop till my return, and to send me three horses
and two horse-boys; to carry the small chest, in which I had placed
the ransom of Monsieur de Jersay, with other money, to the admiral,
and desire him to open it, with a request that he would divide a
thousand crowns among the men of my troop, and, sending me a
thousand crowns, would put the rest in safety for me till the
Catholics admitted me to ransom. I wrote these directions down at
once by the duke's desire, as the messenger was to set off early on
the following morning; and, ere I had done, for it took me some
time to write with my left hand, one of the servers announced to the
duke that supper was upon the table.
"You look pale and worn, Monsieur de Cerons," said the duke. "My
principal officers sup with me to-night; pray come and take some
refreshment, after which you shall retire to a chamber prepared for
you, and I will send my own surgeon to attend you, for I see you are
somewhat hurt."
The duke and the prince both pressed me to eat, but the wound
in my arm had given me excessive pain during the whole evening;
my shoulder was burning and inflamed; I felt bruised, feverish, sick,
and weary; and before my eyes, as I sat at the table, were floating
continually vague images of all the terrible scenes and events that I
had been witness of during that day. It may well be conceived,
therefore, that I loathed the very sight of food, and yet every
moment I felt myself becoming more and more faint. I saw the eyes
of the Prince d'Auvergne upon me from time to time, and at length
he sent round one of the attendants, who was pouring out for him
some choice wine, to carry the flagon to me. I held the cup for him,
thinking that the wine might revive me; but, as I did so, and turned
my head somewhat suddenly, all the objects in the room seemed to
swim around me, and I fell back senseless upon the floor of the hall.
In such wild visions passed the whole night; but an hour or two
before daybreak I fell into a somewhat sounder sleep, and when I
woke, just after dawn, I found the Prince d'Auvergne sitting beside
me, and speaking to one of the attendants.
"I will not fail to make inquiries for him," replied the prince, "and
for the others also; and I will report to you, as soon as I return,
what has been done. It may be late, however, before I come back;
and, in the mean time, I understand the surgeon has left especial
orders that you should not quit your bed on any account whatever."
I would fain have risen, but the prince insisted so strongly upon
my obeying the surgeon's commands to the letter, that I promised
him to do so, and soon found the benefit of yielding to better
knowledge than my own.
At length I awoke, and found a servant still with me, with whom I
talked for some time on the rumours of the day, and found, much to
my satisfaction, that a large force of Protestants occupied Cognac,
and that the rest of the army had effected its retreat in complete
safety to the town of Sainctes. Very few prisoners were said to have
been taken, and the whole baggage of the Protestant army had, it
seems, been saved. The attendant, however, spoke confidently of
Cognac being attacked the next day; talked of the Protestant cause
as utterly ruined and hopeless, and exalted the virtues, skill, and
courage of the Duke of Anjou to the very skies. Remembering the
warning I had received on the preceding night, I made no reply, but
only asked questions, to which he very willingly returned an answer.
"Monseigneur,
"I have never seen any one comport himself better in a hot mêlée
than you did yesterday, which must console you for being taken
prisoner and for having to pay a ransom, which is always, of course,
the most unpleasant thing that can happen to any gentleman
adventurer. I dare say, for a gentleman of your kidney, it would have
been pleasanter, take it upon the whole, to be killed outright by the
side of our brave prince. I have often heard gentlemen--that is to
say--young gentlemen, say such things; but I never could manage to
feel anything of the kind myself, always looking upon a live ass to be
a great deal better than a dead lion. I have not the slightest doubt,
therefore, that some time or another hereafter you will find it a very
comfortable thing indeed to be alive; and you will have the
advantage, too, of being able to get yourself killed another time in
case you like it.
"In the mean time, I will do my best to lead the troop as you have
done, and trust we shall have plenty of plunder to give an account of
when you come back again. The enemy are not so successful at that
work as we are, and you will be glad to hear that all the baggage is
quite safe. I have taken the chest to the admiral, as you
commanded; and have distributed the thousand crowns among the
men, who are very grateful; and I send you the thousand that you
require for yourself, together with the admiral's receipt for the
remainder, amounting to three thousand seven hundred and sixty
crowns of the sun, with two livres tournois, six sous, and two
derniers. I am sorry to tell you that we have lost no less than
thirteen men, of whom nine were killed or disabled before you
quitted us on the hill. Poor Moriton we got off, but he died last night,
having been shot very funnily by two arquebus balls at the same
moment, which must have touched each other, for they made a long
wound just like a keyhole. I have kept his cuirass, poor fellow, for
one may live many a day without seeing such a thing as that. I
myself have lost the tip of my right ear, which is no great loss after
all, for it only makes that one match the left, the end of which was
shot off some years ago by a mad fellow called Chicot. I send you
below a list of our killed and wounded, and am, Your devoted
servant,
"Moric Endem."
With this curious epistle was a brief note from the admiral,
acknowledging the receipt of the money, and telling me that though,
of course, it was necessary to arrange the liberation of the elder and
more experienced officers in the first instance, he would not forget
me when it came to my turn. The words were words of course, and I
certainly did not expect that the admiral would think of the matter
much more, as in fact he did not do.
"It must be, my lord," I replied, "of course, as you think fit: but I
trust it will not be long before you kindly name my ransom, and set
me at liberty."
"Alas! sir," I replied, "The estate of Cerons has never been mine.
My father, by the necessities of the times in which he lived, was
obliged to part with the whole estate, except one rood of land, to
preserve the name to his son. It was bought by his more fortunate
cousin, the Baron de Blancford, with whom it still remains. Thus,
therefore, my lord, if you keep me still a prisoner, though your
motives may be most kind ones, you cut me off from every
opportunity of advancing my own fortunes and renown; and, let me
add in one word, that I have the strongest of all possible motives for
seeking to urge my way forward as fast as possible."
"What, love?" said the Duke of Montpensier, laying his hand upon
my shoulder, and gazing in my face with a smile. "Nay, never conceal
it. I can feel for you well, Monsieur de Cerons. But let me consider
for a moment." And he fell into a fit of musing which lasted for
several minutes.
"No," he said, with a smile, "no; the very reason you give is a
stronger motive for keeping you. But Francis shall speak to you upon
it all. You will make your first day's march with him to-morrow, and
remember, I only exact one thing on my part. When you are at
Champigny, you are to make yourself as little known by name as
possible, and to keep yourself as much concealed as you can.
However, I will talk to D'Auvergne about it, and he shall tell you all.
He sees me ten miles upon my way to-day, and then returns. Trust
to what he tells you from me as if they were my own words." And,
thus saying, he left me, grateful indeed for having made such a
friend, but still not a little grieved and melancholy at the prospect of
remaining a prisoner, confined to the dull neighbourhood of Saumur.
CHAPTER IV.
"I was sure you would be kind," she said, "and you can help us
thus. My father is here in yonder house with some rich merchandise.
He is appointed to come after the army with the rear guard, which
sets out at four this evening; but he has learned, from a good friend
in this place, that six of the many men who do evil deeds in such
armies as these have their eyes upon him. Now you know what
often happens to a Jew when he travels with the rear guard of an
army."
"Ay, who hears of such things befalling them but their own
nation?" she replied, sadly. "Who hears that the dead body of a Jew,
murdered and stripped, is found by the roadside? and all that are
with him, what becomes of them? They fly if they are permitted, and
some are killed to prevent them bearing witness, and the rest are
silent through fear, and the murderers go away enriched."
There was reason to believe that the girl's tale was too true, but it
was difficult to know how to serve her.
"You can do much for us," she said; "we knew you were a
prisoner, for we have been in the Protestant camp, and inquired for
you. But still you can do much for us; for they say you are loved by
some of the great among these people, and we have only the
protection of those who would devour us. Get us permission to go
this very hour in the train of the main battle with which you go, and
let one of your people accompany us; if so, we are safe; if not, we
are altogether lost."
"I will do my best for you, Miriam," I replied; "here comes the
Prince d'Auvergne; I will apply to him. Stand by me; do not go back.
My lord," I said, "here is a petitioner to me. She and her father were
kind to me long ago. They are Jews, but without their help I could
never have appeared in the field at all. They are now appointed to
go with the rear guard; but you know what is likely to happen to a
Jew, in a march partly in the night, among the stragglers of the
army."
"Let them follow us if they can get ready," replied the prince, in
evident haste; "one of your people can go with them, De Cerons."
"Here, a pen and ink, Arnon!" said the prince, in the same hasty
tone; and, tearing a leaf out of his tablets, he wrote, "Suffer to pass-
-What is the name?"
"Oh, Solomon Ahar, the usurious villain!" he said; "I have heard of
him. Well, nevertheless--" and he went on writing--"Suffer to pass
Solomon Ahar, his people and horses, with the baggage of Francis
d'Auvergne." "There," he said, "these vermin will do no great credit
to my baggage, De Cerons; but, if you wish it, so let it be;" and, as
he spoke, he looked upon the exquisitely beautiful form and features
of poor Miriam Ahar as if she had been a speckled toad. Such is
prejudice!
Thus saying, he turned into the court of the hotel, and I gave the
paper to the girl, saying, "There, Miriam, that is all I can do for you.
Andriot, you go with her, and take one of the grooms: I want only
one with me. See them safe, and join me after the march." Miriam
took the paper, and for her only reply kissed the hand that held it to
her; and, running away so fast that Andriot, though very willing to
accompany the pretty Jewess, it seemed, could scarcely mount his
horse and follow her, she disappeared under the doorway of a house
higher up the street.
In a moment or two after the Prince d'Auvergne made his
appearance again, and, following him to the park of the chateau,
where his regiment and several others were drawn up, I was soon
plunged into all the bustle of a march with a large army. For some
time orders and counter-orders, and arrangements of various kinds,
came so thick, that he had no time for conversation with me; but,
after the lapse of about an hour, everything fell into regular order
again; and, as there was no chance of any attack, he left the
conduct of his regiment to the inferior officers, and civilly getting rid
of several noblemen and gentlemen who seemed inclined to attach
themselves to his person, he rode on with me, at once opening the
conversation with the subject on which his father had spoken to me
on the preceding night.
I replied that the duke had not done so, but referred me to him:
and I went on to say, "You know well, Monsieur d'Auvergne, that
protracted imprisonment must be very painful to me, and I trust it is
your father's intention to admit me to ransom."
I was proceeding to repeat what I had said to his father the day
before, when he interrupted me with a smile, saying, "You need not
give me reasons why, De Cerons; though I look so young, I am old
enough to have felt; and though I am older than you think me, I am
not too old to have forgotten such feelings as I saw upon a certain
parting between a lady and her lover. Your secret was well kept both
by my father and myself, and your sour cousin of Blancford heard
nothing of it from us. But with regard to setting you free I have
nothing to do; and I feel very sure that one of my father's reasons
for sending you to Champigny is that you may be near your fair lady,
and not, by a lengthened imprisonment, lose the opportunity of
advancing yourself in the favour either of herself or her father."
Welcome to Our Bookstore - The Ultimate Destination for Book Lovers
Are you passionate about books and eager to explore new worlds of
knowledge? At our website, we offer a vast collection of books that
cater to every interest and age group. From classic literature to
specialized publications, self-help books, and children’s stories, we
have it all! Each book is a gateway to new adventures, helping you
expand your knowledge and nourish your soul
Experience Convenient and Enjoyable Book Shopping Our website is more
than just an online bookstore—it’s a bridge connecting readers to the
timeless values of culture and wisdom. With a sleek and user-friendly
interface and a smart search system, you can find your favorite books
quickly and easily. Enjoy special promotions, fast home delivery, and
a seamless shopping experience that saves you time and enhances your
love for reading.
Let us accompany you on the journey of exploring knowledge and
personal growth!
ebookball.com