aboutsummaryrefslogtreecommitdiffstats
path: root/index-files/index-7.html
blob: 68e88222826fbf6f3420a1fb9a11ffd9ab0fc8e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
<title>H-Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-04-07">
<meta name="description" content="index: H">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
<script type="text/javascript" src="../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../script-dir/jquery-ui.min.js"></script>
</head>
<body class="index-page">
<script type="text/javascript">var pathtoroot = "../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"></span><span class="nav-bar-toggle-icon"></span><span class="nav-bar-toggle-icon"></span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li class="nav-bar-cell1-rev">Index</li>
<li><a href="../help-doc.html#index">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" disabled placeholder="Search">
<input type="reset" id="reset-button" disabled value="reset">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1>Index</h1>
</div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a>
<h2 class="title" id="I:H">H</h2>
<dl class="index">
<dt><a href="../com/pina/Holodex.html" class="type-name-link" title="class in com.pina">Holodex</a> - Class in <a href="../com/pina/package-summary.html">com.pina</a></dt>
<dd>
<div class="block">The class for interacting with the Holodex API</div>
</dd>
<dt><a href="../com/pina/Holodex.html#%3Cinit%3E(java.lang.String)" class="member-name-link">Holodex(String)</a> - Constructor for class com.pina.<a href="../com/pina/Holodex.html" title="class in com.pina">Holodex</a></dt>
<dd>
<div class="block">Instantiates a new Holodex with the default base url</div>
</dd>
<dt><a href="../com/pina/Holodex.html#%3Cinit%3E(java.lang.String,java.lang.String)" class="member-name-link">Holodex(String, String)</a> - Constructor for class com.pina.<a href="../com/pina/Holodex.html" title="class in com.pina">Holodex</a></dt>
<dd>
<div class="block">Instantiates a new Holodex with a custom base url</div>
</dd>
<dt><a href="../com/pina/HolodexException.html" class="type-name-link" title="class in com.pina">HolodexException</a> - Exception Class in <a href="../com/pina/package-summary.html">com.pina</a></dt>
<dd>
<div class="block">Class for Holodex related exceptions</div>
</dd>
<dt><a href="../com/pina/HolodexException.html#%3Cinit%3E(java.lang.String)" class="member-name-link">HolodexException(String)</a> - Constructor for exception class com.pina.<a href="../com/pina/HolodexException.html" title="class in com.pina">HolodexException</a></dt>
<dd>
<div class="block">Instantiates a new Holodex exception.</div>
</dd>
<dt><a href="../com/pina/HolodexException.html#%3Cinit%3E(java.lang.String,java.lang.Throwable)" class="member-name-link">HolodexException(String, Throwable)</a> - Constructor for exception class com.pina.<a href="../com/pina/HolodexException.html" title="class in com.pina">HolodexException</a></dt>
<dd>
<div class="block">Instantiates a new Holodex exception.</div>
</dd>
<dt><a href="../com/pina/HolodexService.html" class="type-name-link" title="interface in com.pina">HolodexService</a> - Interface in <a href="../com/pina/package-summary.html">com.pina</a></dt>
<dd>
<div class="block">The interface Holodex service.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a></main>
</div>
</div>
</body>
</html>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage