- serialVersionUID - Static variable in class NewsMaker
-
This is the first serializable version of NewsMaker, so we select a
serialVersionUID of 1L.
- serialVersionUID - Static variable in class NewsMakerList
-
This is the first serializable version of NewsMakerList, so we select a
serialVersionUID of 1L.
- serialVersionUID - Static variable in class NewsStory
-
This is the first serializable version of NewsStory, so we select a
serialVersionUID of 1L.
- serialVersionUID - Static variable in class NewsStoryList
-
This is the first serializable version of NewsStoryList, so we select a
serialVersionUID of 1L.
- serialVersionUID - Static variable in class PieChart.PieChartPanel
-
- setPartOfDay(PartOfDay) - Method in class OnlineNewsStory
-
Mutator method for the part of the day when the capture occurred.
- setPartOfDay(PartOfDay) - Method in class TVNewsStory
-
Mutator method for the part of the day when the broadcast occurred.
- setPercent(double) - Method in class Wedge
-
Mutator for percent.
- setText(String) - Method in class Wedge
-
Mutator for text.
- size() - Method in class NewsStoryList
-
The accessor for determining the number of stories in the list.
- sort() - Method in class NewsMakerList
-
This method sorts the list using a stable sort.
- sorted - Variable in class NewsMakerList
-
A flag to indicate whether the list is sorted.
- source - Variable in class NewsStory
-
The name of the source in which the story was published.
- SOURCE_COMPARATOR - Static variable in class SourceComparator
-
We create a single comparator object for the class and make a public
final field that references that object.
- SourceComparator - Class in <Unnamed>
-
Project 3, CS 2334, Section 010, March 8, 2017
- SourceComparator() - Constructor for class SourceComparator
-
- sourceMap - Static variable in class Nooz
-
The map from source code numerals used in the Nooz data file to the names
of the sources.
- subject - Variable in class NewsStory
-
The specific subject matter of the story.
- subjectMap - Static variable in class Nooz
-
The map from topic code numerals used in the Nooz data file to the
descriptions of the topics.