UserList.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  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_161) on Thu Aug 16 18:54:14 JST 2018 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>UserList (twitter4j-core 4.0.7 API)</title>
  8. <meta name="date" content="2018-08-16">
  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="UserList (twitter4j-core 4.0.7 API)";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6};
  23. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
  24. var altColor = "altColor";
  25. var rowColor = "rowColor";
  26. var tableTab = "tableTab";
  27. var activeTableTab = "activeTableTab";
  28. </script>
  29. <noscript>
  30. <div>JavaScript is disabled on your browser.</div>
  31. </noscript>
  32. <!-- ========= START OF TOP NAVBAR ======= -->
  33. <div class="topNav"><a name="navbar.top">
  34. <!-- -->
  35. </a>
  36. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  37. <a name="navbar.top.firstrow">
  38. <!-- -->
  39. </a>
  40. <ul class="navList" title="Navigation">
  41. <li><a href="../overview-summary.html">Overview</a></li>
  42. <li><a href="package-summary.html">Package</a></li>
  43. <li class="navBarCell1Rev">Class</li>
  44. <li><a href="class-use/UserList.html">Use</a></li>
  45. <li><a href="package-tree.html">Tree</a></li>
  46. <li><a href="../deprecated-list.html">Deprecated</a></li>
  47. <li><a href="../index-all.html">Index</a></li>
  48. <li><a href="../help-doc.html">Help</a></li>
  49. </ul>
  50. </div>
  51. <div class="subNav">
  52. <ul class="navList">
  53. <li><a href="../twitter4j/User.html" title="interface in twitter4j"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  54. <li><a href="../twitter4j/UserMentionEntity.html" title="interface in twitter4j"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  55. </ul>
  56. <ul class="navList">
  57. <li><a href="../index.html?twitter4j/UserList.html" target="_top">Frames</a></li>
  58. <li><a href="UserList.html" target="_top">No&nbsp;Frames</a></li>
  59. </ul>
  60. <ul class="navList" id="allclasses_navbar_top">
  61. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  62. </ul>
  63. <div>
  64. <script type="text/javascript"><!--
  65. allClassesLink = document.getElementById("allclasses_navbar_top");
  66. if(window==top) {
  67. allClassesLink.style.display = "block";
  68. }
  69. else {
  70. allClassesLink.style.display = "none";
  71. }
  72. //-->
  73. </script>
  74. </div>
  75. <div>
  76. <ul class="subNavList">
  77. <li>Summary:&nbsp;</li>
  78. <li>Nested&nbsp;|&nbsp;</li>
  79. <li>Field&nbsp;|&nbsp;</li>
  80. <li>Constr&nbsp;|&nbsp;</li>
  81. <li><a href="#method.summary">Method</a></li>
  82. </ul>
  83. <ul class="subNavList">
  84. <li>Detail:&nbsp;</li>
  85. <li>Field&nbsp;|&nbsp;</li>
  86. <li>Constr&nbsp;|&nbsp;</li>
  87. <li><a href="#method.detail">Method</a></li>
  88. </ul>
  89. </div>
  90. <a name="skip.navbar.top">
  91. <!-- -->
  92. </a></div>
  93. <!-- ========= END OF TOP NAVBAR ========= -->
  94. <!-- ======== START OF CLASS DATA ======== -->
  95. <div class="header">
  96. <div class="subTitle">twitter4j</div>
  97. <h2 title="Interface UserList" class="title">Interface UserList</h2>
  98. </div>
  99. <div class="contentContainer">
  100. <div class="description">
  101. <ul class="blockList">
  102. <li class="blockList">
  103. <dl>
  104. <dt>All Superinterfaces:</dt>
  105. <dd><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../twitter4j/UserList.html" title="interface in twitter4j">UserList</a>&gt;, <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dd>
  106. </dl>
  107. <hr>
  108. <br>
  109. <pre>public interface <span class="typeNameLabel">UserList</span>
  110. extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../twitter4j/UserList.html" title="interface in twitter4j">UserList</a>&gt;, <a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
  111. <div class="block">A data interface representing Basic list information element</div>
  112. <dl>
  113. <dt><span class="simpleTagLabel">Author:</span></dt>
  114. <dd>Dan Checkoway - dcheckoway at gmail.com</dd>
  115. </dl>
  116. </li>
  117. </ul>
  118. </div>
  119. <div class="summary">
  120. <ul class="blockList">
  121. <li class="blockList">
  122. <!-- =========== FIELD SUMMARY =========== -->
  123. <ul class="blockList">
  124. <li class="blockList"><a name="field.summary">
  125. <!-- -->
  126. </a>
  127. <h3>Field Summary</h3>
  128. <ul class="blockList">
  129. <li class="blockList"><a name="fields.inherited.from.class.twitter4j.TwitterResponse">
  130. <!-- -->
  131. </a>
  132. <h3>Fields inherited from interface&nbsp;twitter4j.<a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></h3>
  133. <code><a href="../twitter4j/TwitterResponse.html#NONE">NONE</a>, <a href="../twitter4j/TwitterResponse.html#READ">READ</a>, <a href="../twitter4j/TwitterResponse.html#READ_WRITE">READ_WRITE</a>, <a href="../twitter4j/TwitterResponse.html#READ_WRITE_DIRECTMESSAGES">READ_WRITE_DIRECTMESSAGES</a></code></li>
  134. </ul>
  135. </li>
  136. </ul>
  137. <!-- ========== METHOD SUMMARY =========== -->
  138. <ul class="blockList">
  139. <li class="blockList"><a name="method.summary">
  140. <!-- -->
  141. </a>
  142. <h3>Method Summary</h3>
  143. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  144. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  145. <tr>
  146. <th class="colFirst" scope="col">Modifier and Type</th>
  147. <th class="colLast" scope="col">Method and Description</th>
  148. </tr>
  149. <tr id="i0" class="altColor">
  150. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a></code></td>
  151. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getCreatedAt--">getCreatedAt</a></span>()</code>&nbsp;</td>
  152. </tr>
  153. <tr id="i1" class="rowColor">
  154. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  155. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getDescription--">getDescription</a></span>()</code>
  156. <div class="block">Returns the description of the list</div>
  157. </td>
  158. </tr>
  159. <tr id="i2" class="altColor">
  160. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  161. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getFullName--">getFullName</a></span>()</code>
  162. <div class="block">Returns the full name of the list</div>
  163. </td>
  164. </tr>
  165. <tr id="i3" class="rowColor">
  166. <td class="colFirst"><code>long</code></td>
  167. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getId--">getId</a></span>()</code>
  168. <div class="block">Returns the id of the list</div>
  169. </td>
  170. </tr>
  171. <tr id="i4" class="altColor">
  172. <td class="colFirst"><code>int</code></td>
  173. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getMemberCount--">getMemberCount</a></span>()</code>
  174. <div class="block">Returns the member count of the list</div>
  175. </td>
  176. </tr>
  177. <tr id="i5" class="rowColor">
  178. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  179. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getName--">getName</a></span>()</code>
  180. <div class="block">Returns the name of the list</div>
  181. </td>
  182. </tr>
  183. <tr id="i6" class="altColor">
  184. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  185. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getSlug--">getSlug</a></span>()</code>
  186. <div class="block">Returns the slug of the list</div>
  187. </td>
  188. </tr>
  189. <tr id="i7" class="rowColor">
  190. <td class="colFirst"><code>int</code></td>
  191. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getSubscriberCount--">getSubscriberCount</a></span>()</code>
  192. <div class="block">Returns the subscriber count of the list</div>
  193. </td>
  194. </tr>
  195. <tr id="i8" class="altColor">
  196. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a></code></td>
  197. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getURI--">getURI</a></span>()</code>
  198. <div class="block">Returns the uri of the list</div>
  199. </td>
  200. </tr>
  201. <tr id="i9" class="rowColor">
  202. <td class="colFirst"><code><a href="../twitter4j/User.html" title="interface in twitter4j">User</a></code></td>
  203. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#getUser--">getUser</a></span>()</code>
  204. <div class="block">Returns the user of the list</div>
  205. </td>
  206. </tr>
  207. <tr id="i10" class="altColor">
  208. <td class="colFirst"><code>boolean</code></td>
  209. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#isFollowing--">isFollowing</a></span>()</code>
  210. <div class="block">Returns if the authenticated user is following the list</div>
  211. </td>
  212. </tr>
  213. <tr id="i11" class="rowColor">
  214. <td class="colFirst"><code>boolean</code></td>
  215. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/UserList.html#isPublic--">isPublic</a></span>()</code>
  216. <div class="block">tests if the list is public</div>
  217. </td>
  218. </tr>
  219. </table>
  220. <ul class="blockList">
  221. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Comparable">
  222. <!-- -->
  223. </a>
  224. <h3>Methods inherited from interface&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a></h3>
  225. <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-" title="class or interface in java.lang">compareTo</a></code></li>
  226. </ul>
  227. <ul class="blockList">
  228. <li class="blockList"><a name="methods.inherited.from.class.twitter4j.TwitterResponse">
  229. <!-- -->
  230. </a>
  231. <h3>Methods inherited from interface&nbsp;twitter4j.<a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></h3>
  232. <code><a href="../twitter4j/TwitterResponse.html#getAccessLevel--">getAccessLevel</a>, <a href="../twitter4j/TwitterResponse.html#getRateLimitStatus--">getRateLimitStatus</a></code></li>
  233. </ul>
  234. </li>
  235. </ul>
  236. </li>
  237. </ul>
  238. </div>
  239. <div class="details">
  240. <ul class="blockList">
  241. <li class="blockList">
  242. <!-- ============ METHOD DETAIL ========== -->
  243. <ul class="blockList">
  244. <li class="blockList"><a name="method.detail">
  245. <!-- -->
  246. </a>
  247. <h3>Method Detail</h3>
  248. <a name="getId--">
  249. <!-- -->
  250. </a>
  251. <ul class="blockList">
  252. <li class="blockList">
  253. <h4>getId</h4>
  254. <pre>long&nbsp;getId()</pre>
  255. <div class="block">Returns the id of the list</div>
  256. <dl>
  257. <dt><span class="returnLabel">Returns:</span></dt>
  258. <dd>the id of the list</dd>
  259. </dl>
  260. </li>
  261. </ul>
  262. <a name="getName--">
  263. <!-- -->
  264. </a>
  265. <ul class="blockList">
  266. <li class="blockList">
  267. <h4>getName</h4>
  268. <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
  269. <div class="block">Returns the name of the list</div>
  270. <dl>
  271. <dt><span class="returnLabel">Returns:</span></dt>
  272. <dd>the name of the list</dd>
  273. </dl>
  274. </li>
  275. </ul>
  276. <a name="getFullName--">
  277. <!-- -->
  278. </a>
  279. <ul class="blockList">
  280. <li class="blockList">
  281. <h4>getFullName</h4>
  282. <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFullName()</pre>
  283. <div class="block">Returns the full name of the list</div>
  284. <dl>
  285. <dt><span class="returnLabel">Returns:</span></dt>
  286. <dd>the full name of the list</dd>
  287. </dl>
  288. </li>
  289. </ul>
  290. <a name="getSlug--">
  291. <!-- -->
  292. </a>
  293. <ul class="blockList">
  294. <li class="blockList">
  295. <h4>getSlug</h4>
  296. <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getSlug()</pre>
  297. <div class="block">Returns the slug of the list</div>
  298. <dl>
  299. <dt><span class="returnLabel">Returns:</span></dt>
  300. <dd>the slug of the list</dd>
  301. </dl>
  302. </li>
  303. </ul>
  304. <a name="getDescription--">
  305. <!-- -->
  306. </a>
  307. <ul class="blockList">
  308. <li class="blockList">
  309. <h4>getDescription</h4>
  310. <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDescription()</pre>
  311. <div class="block">Returns the description of the list</div>
  312. <dl>
  313. <dt><span class="returnLabel">Returns:</span></dt>
  314. <dd>the description of the list</dd>
  315. </dl>
  316. </li>
  317. </ul>
  318. <a name="getSubscriberCount--">
  319. <!-- -->
  320. </a>
  321. <ul class="blockList">
  322. <li class="blockList">
  323. <h4>getSubscriberCount</h4>
  324. <pre>int&nbsp;getSubscriberCount()</pre>
  325. <div class="block">Returns the subscriber count of the list</div>
  326. <dl>
  327. <dt><span class="returnLabel">Returns:</span></dt>
  328. <dd>the subscriber count of the list</dd>
  329. </dl>
  330. </li>
  331. </ul>
  332. <a name="getMemberCount--">
  333. <!-- -->
  334. </a>
  335. <ul class="blockList">
  336. <li class="blockList">
  337. <h4>getMemberCount</h4>
  338. <pre>int&nbsp;getMemberCount()</pre>
  339. <div class="block">Returns the member count of the list</div>
  340. <dl>
  341. <dt><span class="returnLabel">Returns:</span></dt>
  342. <dd>the member count of the list</dd>
  343. </dl>
  344. </li>
  345. </ul>
  346. <a name="getURI--">
  347. <!-- -->
  348. </a>
  349. <ul class="blockList">
  350. <li class="blockList">
  351. <h4>getURI</h4>
  352. <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;getURI()</pre>
  353. <div class="block">Returns the uri of the list</div>
  354. <dl>
  355. <dt><span class="returnLabel">Returns:</span></dt>
  356. <dd>the uri of the list</dd>
  357. </dl>
  358. </li>
  359. </ul>
  360. <a name="isPublic--">
  361. <!-- -->
  362. </a>
  363. <ul class="blockList">
  364. <li class="blockList">
  365. <h4>isPublic</h4>
  366. <pre>boolean&nbsp;isPublic()</pre>
  367. <div class="block">tests if the list is public</div>
  368. <dl>
  369. <dt><span class="returnLabel">Returns:</span></dt>
  370. <dd>if the list is public</dd>
  371. </dl>
  372. </li>
  373. </ul>
  374. <a name="getUser--">
  375. <!-- -->
  376. </a>
  377. <ul class="blockList">
  378. <li class="blockList">
  379. <h4>getUser</h4>
  380. <pre><a href="../twitter4j/User.html" title="interface in twitter4j">User</a>&nbsp;getUser()</pre>
  381. <div class="block">Returns the user of the list</div>
  382. <dl>
  383. <dt><span class="returnLabel">Returns:</span></dt>
  384. <dd>the user of the list</dd>
  385. </dl>
  386. </li>
  387. </ul>
  388. <a name="isFollowing--">
  389. <!-- -->
  390. </a>
  391. <ul class="blockList">
  392. <li class="blockList">
  393. <h4>isFollowing</h4>
  394. <pre>boolean&nbsp;isFollowing()</pre>
  395. <div class="block">Returns if the authenticated user is following the list</div>
  396. <dl>
  397. <dt><span class="returnLabel">Returns:</span></dt>
  398. <dd>if the authenticated user is following the list</dd>
  399. </dl>
  400. </li>
  401. </ul>
  402. <a name="getCreatedAt--">
  403. <!-- -->
  404. </a>
  405. <ul class="blockListLast">
  406. <li class="blockList">
  407. <h4>getCreatedAt</h4>
  408. <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;getCreatedAt()</pre>
  409. <dl>
  410. <dt><span class="returnLabel">Returns:</span></dt>
  411. <dd>the date created the list</dd>
  412. <dt><span class="simpleTagLabel">Since:</span></dt>
  413. <dd>Twitter4J 4.0.1</dd>
  414. </dl>
  415. </li>
  416. </ul>
  417. </li>
  418. </ul>
  419. </li>
  420. </ul>
  421. </div>
  422. </div>
  423. <!-- ========= END OF CLASS DATA ========= -->
  424. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  425. <div class="bottomNav"><a name="navbar.bottom">
  426. <!-- -->
  427. </a>
  428. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  429. <a name="navbar.bottom.firstrow">
  430. <!-- -->
  431. </a>
  432. <ul class="navList" title="Navigation">
  433. <li><a href="../overview-summary.html">Overview</a></li>
  434. <li><a href="package-summary.html">Package</a></li>
  435. <li class="navBarCell1Rev">Class</li>
  436. <li><a href="class-use/UserList.html">Use</a></li>
  437. <li><a href="package-tree.html">Tree</a></li>
  438. <li><a href="../deprecated-list.html">Deprecated</a></li>
  439. <li><a href="../index-all.html">Index</a></li>
  440. <li><a href="../help-doc.html">Help</a></li>
  441. </ul>
  442. </div>
  443. <div class="subNav">
  444. <ul class="navList">
  445. <li><a href="../twitter4j/User.html" title="interface in twitter4j"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  446. <li><a href="../twitter4j/UserMentionEntity.html" title="interface in twitter4j"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  447. </ul>
  448. <ul class="navList">
  449. <li><a href="../index.html?twitter4j/UserList.html" target="_top">Frames</a></li>
  450. <li><a href="UserList.html" target="_top">No&nbsp;Frames</a></li>
  451. </ul>
  452. <ul class="navList" id="allclasses_navbar_bottom">
  453. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  454. </ul>
  455. <div>
  456. <script type="text/javascript"><!--
  457. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  458. if(window==top) {
  459. allClassesLink.style.display = "block";
  460. }
  461. else {
  462. allClassesLink.style.display = "none";
  463. }
  464. //-->
  465. </script>
  466. </div>
  467. <div>
  468. <ul class="subNavList">
  469. <li>Summary:&nbsp;</li>
  470. <li>Nested&nbsp;|&nbsp;</li>
  471. <li>Field&nbsp;|&nbsp;</li>
  472. <li>Constr&nbsp;|&nbsp;</li>
  473. <li><a href="#method.summary">Method</a></li>
  474. </ul>
  475. <ul class="subNavList">
  476. <li>Detail:&nbsp;</li>
  477. <li>Field&nbsp;|&nbsp;</li>
  478. <li>Constr&nbsp;|&nbsp;</li>
  479. <li><a href="#method.detail">Method</a></li>
  480. </ul>
  481. </div>
  482. <a name="skip.navbar.bottom">
  483. <!-- -->
  484. </a></div>
  485. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  486. <p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
  487. </body>
  488. </html>