Build a simple PhoneBook program.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_144) on Wed May 30 13:35:56 EDT 2018 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>PhoneBook</title>
  8. <meta name="date" content="2018-05-30">
  9. <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
  10. <script type="text/javascript" src="script.js"></script>
  11. </head>
  12. <body>
  13. <script type="text/javascript"><!--
  14. try {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="PhoneBook";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. </script>
  23. <noscript>
  24. <div>JavaScript is disabled on your browser.</div>
  25. </noscript>
  26. <!-- ======== START OF CLASS DATA ======== -->
  27. <div class="header">
  28. <h2 title="Class PhoneBook" class="title">Class PhoneBook</h2>
  29. </div>
  30. <div class="contentContainer">
  31. <ul class="inheritance">
  32. <li>java.lang.Object</li>
  33. <li>
  34. <ul class="inheritance">
  35. <li>PhoneBook</li>
  36. </ul>
  37. </li>
  38. </ul>
  39. <div class="description">
  40. <ul class="blockList">
  41. <li class="blockList">
  42. <hr>
  43. <br>
  44. <pre>public class <span class="typeNameLabel">PhoneBook</span>
  45. extends java.lang.Object</pre>
  46. <div class="block">Created by leon on 1/23/18.</div>
  47. </li>
  48. </ul>
  49. </div>
  50. <div class="summary">
  51. <ul class="blockList">
  52. <li class="blockList">
  53. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  54. <ul class="blockList">
  55. <li class="blockList"><a name="constructor.summary">
  56. <!-- -->
  57. </a>
  58. <h3>Constructor Summary</h3>
  59. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  60. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  61. <tr>
  62. <th class="colOne" scope="col">Constructor and Description</th>
  63. </tr>
  64. <tr class="altColor">
  65. <td class="colOne"><code><span class="memberNameLink"><a href="PhoneBook.html#PhoneBook--">PhoneBook</a></span>()</code>&nbsp;</td>
  66. </tr>
  67. </table>
  68. </li>
  69. </ul>
  70. <!-- ========== METHOD SUMMARY =========== -->
  71. <ul class="blockList">
  72. <li class="blockList"><a name="method.summary">
  73. <!-- -->
  74. </a>
  75. <h3>Method Summary</h3>
  76. <ul class="blockList">
  77. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  78. <!-- -->
  79. </a>
  80. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  81. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
  82. </ul>
  83. </li>
  84. </ul>
  85. </li>
  86. </ul>
  87. </div>
  88. <div class="details">
  89. <ul class="blockList">
  90. <li class="blockList">
  91. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  92. <ul class="blockList">
  93. <li class="blockList"><a name="constructor.detail">
  94. <!-- -->
  95. </a>
  96. <h3>Constructor Detail</h3>
  97. <a name="PhoneBook--">
  98. <!-- -->
  99. </a>
  100. <ul class="blockListLast">
  101. <li class="blockList">
  102. <h4>PhoneBook</h4>
  103. <pre>public&nbsp;PhoneBook()</pre>
  104. </li>
  105. </ul>
  106. </li>
  107. </ul>
  108. </li>
  109. </ul>
  110. </div>
  111. </div>
  112. <!-- ========= END OF CLASS DATA ========= -->
  113. </body>
  114. </html>