PagableResponseList.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  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:13 JST 2018 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>PagableResponseList (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="PagableResponseList (twitter4j-core 4.0.7 API)";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. var methods = {"i0":6,"i1":6,"i2":6,"i3":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/PagableResponseList.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/OEmbedRequest.WidgetType.html" title="enum in twitter4j"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  54. <li><a href="../twitter4j/Paging.html" title="class in twitter4j"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  55. </ul>
  56. <ul class="navList">
  57. <li><a href="../index.html?twitter4j/PagableResponseList.html" target="_top">Frames</a></li>
  58. <li><a href="PagableResponseList.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 PagableResponseList" class="title">Interface PagableResponseList&lt;T extends <a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a>&gt;</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/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;T&gt;, <a href="../twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;T&gt;, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;T&gt;, <a href="../twitter4j/ResponseList.html" title="interface in twitter4j">ResponseList</a>&lt;T&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">PagableResponseList&lt;T extends <a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a>&gt;</span>
  110. extends <a href="../twitter4j/ResponseList.html" title="interface in twitter4j">ResponseList</a>&lt;T&gt;, <a href="../twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></pre>
  111. <div class="block">ResponseList with cursor support.</div>
  112. <dl>
  113. <dt><span class="simpleTagLabel">Author:</span></dt>
  114. <dd>Yusuke Yamamoto - yusuke at mac.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. <ul class="blockList">
  136. <li class="blockList"><a name="fields.inherited.from.class.twitter4j.CursorSupport">
  137. <!-- -->
  138. </a>
  139. <h3>Fields inherited from interface&nbsp;twitter4j.<a href="../twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></h3>
  140. <code><a href="../twitter4j/CursorSupport.html#START">START</a></code></li>
  141. </ul>
  142. </li>
  143. </ul>
  144. <!-- ========== METHOD SUMMARY =========== -->
  145. <ul class="blockList">
  146. <li class="blockList"><a name="method.summary">
  147. <!-- -->
  148. </a>
  149. <h3>Method Summary</h3>
  150. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  151. <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>
  152. <tr>
  153. <th class="colFirst" scope="col">Modifier and Type</th>
  154. <th class="colLast" scope="col">Method and Description</th>
  155. </tr>
  156. <tr id="i0" class="altColor">
  157. <td class="colFirst"><code>long</code></td>
  158. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/PagableResponseList.html#getNextCursor--">getNextCursor</a></span>()</code>&nbsp;</td>
  159. </tr>
  160. <tr id="i1" class="rowColor">
  161. <td class="colFirst"><code>long</code></td>
  162. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/PagableResponseList.html#getPreviousCursor--">getPreviousCursor</a></span>()</code>&nbsp;</td>
  163. </tr>
  164. <tr id="i2" class="altColor">
  165. <td class="colFirst"><code>boolean</code></td>
  166. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/PagableResponseList.html#hasNext--">hasNext</a></span>()</code>&nbsp;</td>
  167. </tr>
  168. <tr id="i3" class="rowColor">
  169. <td class="colFirst"><code>boolean</code></td>
  170. <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/PagableResponseList.html#hasPrevious--">hasPrevious</a></span>()</code>&nbsp;</td>
  171. </tr>
  172. </table>
  173. <ul class="blockList">
  174. <li class="blockList"><a name="methods.inherited.from.class.twitter4j.ResponseList">
  175. <!-- -->
  176. </a>
  177. <h3>Methods inherited from interface&nbsp;twitter4j.<a href="../twitter4j/ResponseList.html" title="interface in twitter4j">ResponseList</a></h3>
  178. <code><a href="../twitter4j/ResponseList.html#getRateLimitStatus--">getRateLimitStatus</a></code></li>
  179. </ul>
  180. <ul class="blockList">
  181. <li class="blockList"><a name="methods.inherited.from.class.twitter4j.TwitterResponse">
  182. <!-- -->
  183. </a>
  184. <h3>Methods inherited from interface&nbsp;twitter4j.<a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></h3>
  185. <code><a href="../twitter4j/TwitterResponse.html#getAccessLevel--">getAccessLevel</a></code></li>
  186. </ul>
  187. <ul class="blockList">
  188. <li class="blockList"><a name="methods.inherited.from.class.java.util.List">
  189. <!-- -->
  190. </a>
  191. <h3>Methods inherited from interface&nbsp;java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a></h3>
  192. <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#add-E-" title="class or interface in java.util">add</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#add-int-E-" title="class or interface in java.util">add</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#addAll-java.util.Collection-" title="class or interface in java.util">addAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#addAll-int-java.util.Collection-" title="class or interface in java.util">addAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#clear--" title="class or interface in java.util">clear</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#contains-java.lang.Object-" title="class or interface in java.util">contains</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#containsAll-java.util.Collection-" title="class or interface in java.util">containsAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.util">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#get-int-" title="class or interface in java.util">get</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#hashCode--" title="class or interface in java.util">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#indexOf-java.lang.Object-" title="class or interface in java.util">indexOf</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#isEmpty--" title="class or interface in java.util">isEmpty</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#iterator--" title="class or interface in java.util">iterator</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#lastIndexOf-java.lang.Object-" title="class or interface in java.util">lastIndexOf</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#listIterator--" title="class or interface in java.util">listIterator</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#listIterator-int-" title="class or interface in java.util">listIterator</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#remove-int-" title="class or interface in java.util">remove</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#remove-java.lang.Object-" title="class or interface in java.util">remove</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#removeAll-java.util.Collection-" title="class or interface in java.util">removeAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#replaceAll-java.util.function.UnaryOperator-" title="class or interface in java.util">replaceAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#retainAll-java.util.Collection-" title="class or interface in java.util">retainAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#set-int-E-" title="class or interface in java.util">set</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#size--" title="class or interface in java.util">size</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#sort-java.util.Comparator-" title="class or interface in java.util">sort</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#spliterator--" title="class or interface in java.util">spliterator</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#subList-int-int-" title="class or interface in java.util">subList</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#toArray--" title="class or interface in java.util">toArray</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#toArray-T:A-" title="class or interface in java.util">toArray</a></code></li>
  193. </ul>
  194. <ul class="blockList">
  195. <li class="blockList"><a name="methods.inherited.from.class.java.util.Collection">
  196. <!-- -->
  197. </a>
  198. <h3>Methods inherited from interface&nbsp;java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a></h3>
  199. <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#parallelStream--" title="class or interface in java.util">parallelStream</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#removeIf-java.util.function.Predicate-" title="class or interface in java.util">removeIf</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#stream--" title="class or interface in java.util">stream</a></code></li>
  200. </ul>
  201. <ul class="blockList">
  202. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Iterable">
  203. <!-- -->
  204. </a>
  205. <h3>Methods inherited from interface&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a></h3>
  206. <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#forEach-java.util.function.Consumer-" title="class or interface in java.lang">forEach</a></code></li>
  207. </ul>
  208. </li>
  209. </ul>
  210. </li>
  211. </ul>
  212. </div>
  213. <div class="details">
  214. <ul class="blockList">
  215. <li class="blockList">
  216. <!-- ============ METHOD DETAIL ========== -->
  217. <ul class="blockList">
  218. <li class="blockList"><a name="method.detail">
  219. <!-- -->
  220. </a>
  221. <h3>Method Detail</h3>
  222. <a name="hasPrevious--">
  223. <!-- -->
  224. </a>
  225. <ul class="blockList">
  226. <li class="blockList">
  227. <h4>hasPrevious</h4>
  228. <pre>boolean&nbsp;hasPrevious()</pre>
  229. <dl>
  230. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  231. <dd><code><a href="../twitter4j/CursorSupport.html#hasPrevious--">hasPrevious</a></code>&nbsp;in interface&nbsp;<code><a href="../twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></code></dd>
  232. <dt><span class="returnLabel">Returns:</span></dt>
  233. <dd>has previous page</dd>
  234. </dl>
  235. </li>
  236. </ul>
  237. <a name="getPreviousCursor--">
  238. <!-- -->
  239. </a>
  240. <ul class="blockList">
  241. <li class="blockList">
  242. <h4>getPreviousCursor</h4>
  243. <pre>long&nbsp;getPreviousCursor()</pre>
  244. <dl>
  245. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  246. <dd><code><a href="../twitter4j/CursorSupport.html#getPreviousCursor--">getPreviousCursor</a></code>&nbsp;in interface&nbsp;<code><a href="../twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></code></dd>
  247. <dt><span class="returnLabel">Returns:</span></dt>
  248. <dd>previous cursor</dd>
  249. </dl>
  250. </li>
  251. </ul>
  252. <a name="hasNext--">
  253. <!-- -->
  254. </a>
  255. <ul class="blockList">
  256. <li class="blockList">
  257. <h4>hasNext</h4>
  258. <pre>boolean&nbsp;hasNext()</pre>
  259. <dl>
  260. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  261. <dd><code><a href="../twitter4j/CursorSupport.html#hasNext--">hasNext</a></code>&nbsp;in interface&nbsp;<code><a href="../twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></code></dd>
  262. <dt><span class="returnLabel">Returns:</span></dt>
  263. <dd>has next</dd>
  264. </dl>
  265. </li>
  266. </ul>
  267. <a name="getNextCursor--">
  268. <!-- -->
  269. </a>
  270. <ul class="blockListLast">
  271. <li class="blockList">
  272. <h4>getNextCursor</h4>
  273. <pre>long&nbsp;getNextCursor()</pre>
  274. <dl>
  275. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  276. <dd><code><a href="../twitter4j/CursorSupport.html#getNextCursor--">getNextCursor</a></code>&nbsp;in interface&nbsp;<code><a href="../twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></code></dd>
  277. <dt><span class="returnLabel">Returns:</span></dt>
  278. <dd>next cursor</dd>
  279. </dl>
  280. </li>
  281. </ul>
  282. </li>
  283. </ul>
  284. </li>
  285. </ul>
  286. </div>
  287. </div>
  288. <!-- ========= END OF CLASS DATA ========= -->
  289. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  290. <div class="bottomNav"><a name="navbar.bottom">
  291. <!-- -->
  292. </a>
  293. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  294. <a name="navbar.bottom.firstrow">
  295. <!-- -->
  296. </a>
  297. <ul class="navList" title="Navigation">
  298. <li><a href="../overview-summary.html">Overview</a></li>
  299. <li><a href="package-summary.html">Package</a></li>
  300. <li class="navBarCell1Rev">Class</li>
  301. <li><a href="class-use/PagableResponseList.html">Use</a></li>
  302. <li><a href="package-tree.html">Tree</a></li>
  303. <li><a href="../deprecated-list.html">Deprecated</a></li>
  304. <li><a href="../index-all.html">Index</a></li>
  305. <li><a href="../help-doc.html">Help</a></li>
  306. </ul>
  307. </div>
  308. <div class="subNav">
  309. <ul class="navList">
  310. <li><a href="../twitter4j/OEmbedRequest.WidgetType.html" title="enum in twitter4j"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  311. <li><a href="../twitter4j/Paging.html" title="class in twitter4j"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  312. </ul>
  313. <ul class="navList">
  314. <li><a href="../index.html?twitter4j/PagableResponseList.html" target="_top">Frames</a></li>
  315. <li><a href="PagableResponseList.html" target="_top">No&nbsp;Frames</a></li>
  316. </ul>
  317. <ul class="navList" id="allclasses_navbar_bottom">
  318. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  319. </ul>
  320. <div>
  321. <script type="text/javascript"><!--
  322. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  323. if(window==top) {
  324. allClassesLink.style.display = "block";
  325. }
  326. else {
  327. allClassesLink.style.display = "none";
  328. }
  329. //-->
  330. </script>
  331. </div>
  332. <div>
  333. <ul class="subNavList">
  334. <li>Summary:&nbsp;</li>
  335. <li>Nested&nbsp;|&nbsp;</li>
  336. <li>Field&nbsp;|&nbsp;</li>
  337. <li>Constr&nbsp;|&nbsp;</li>
  338. <li><a href="#method.summary">Method</a></li>
  339. </ul>
  340. <ul class="subNavList">
  341. <li>Detail:&nbsp;</li>
  342. <li>Field&nbsp;|&nbsp;</li>
  343. <li>Constr&nbsp;|&nbsp;</li>
  344. <li><a href="#method.detail">Method</a></li>
  345. </ul>
  346. </div>
  347. <a name="skip.navbar.bottom">
  348. <!-- -->
  349. </a></div>
  350. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  351. <p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
  352. </body>
  353. </html>