aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/dac/javaClassLinks/dac-as-java/Bar.html
blob: cbabc292077fb59ea42ce7a96109ea193d700388 (plain)
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<html devsite="true">
  <head>
    <title>Bar</title>
{% setvar book_path %}/_book.yaml{% endsetvar %}
{% include "_shared/_reference-head-tags.html" %}
  </head>
  <body>
    <div id="api-info-block"></div>
    <h1>Bar</h1>
    <pre><span class="keyword">public</span> <span class="keyword">class</span> <span class="identifier">Bar</span> <span class="keyword">implements</span> <span class="identifier">java.lang.Object</span></pre>
    <table class="jd-inheritance-table">
      <tr>
        <td class="jd-inheritance-class-cell" colSpan="1"><a href="#">Bar</a></td>
      </tr>
    </table>
    <h2>Summary</h2>
    <table class="responsive" id="pubctors">
      <tbody>
        <tr>
          <th colSpan="2">Public constructors</th>
        </tr>
        <tr>
          <td>
            <div><code><a href="#Bar()">Bar</a>()</code></div>
            <p></p>
          </td>
        </tr>
      </tbody>
    </table>
    <table class="responsive" id="pubmethods">
      <tbody>
        <tr>
          <th colSpan="2">Public methods</th>
        </tr>
        <tr>
          <td><a href="Foo.html#"><span class="identifier">Foo</span></a></td>
          <td>
            <div><code><a href="#getMyFoo(Foo)">getMyFoo</a>(<a href="Foo.html#"><span class="identifier">Foo</span></a> <span class="identifier">input</span>)</code></div>
            <p></p>
          </td>
        </tr>
        <tr>
          <td><a href="http://docs.oracle.com/javase/6/docs/api/java/util/ArrayList.html"><span class="identifier">java.util.ArrayList</span></a><span class="symbol">&lt;</span><span class="identifier">java.lang.String</span><span class="symbol">&gt;</span></td>
          <td>
            <div><code><a href="#getMyList(java.util.HashSet)">getMyList</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/HashSet.html"><span class="identifier">java.util.HashSet</span></a> <span class="identifier">input</span>)</code></div>
            <p></p>
          </td>
        </tr>
        <tr>
          <td><span class="identifier">boolean</span></td>
          <td>
            <div><code><a href="#isFunAvailable()">isFunAvailable</a>()</code></div>
            <p></p>
          </td>
        </tr>
      </tbody>
    </table>
    <h2>Public constructors</h2>
<a name="Bar()"></a>
    <div class="api apilevel-" data-version-added="">
      <h3 class="api-name">Bar</h3>
      <pre class="api-signature no-pretty-print"><span class="keyword">public</span> <span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span></pre>
      <table class="responsive">
        <tbody>
          <tr>
            <th colspan="2">Return</th>
          </tr>
          <tr>
            <td></td>
            <td>The best of bars.</td>
          </tr>
        </tbody>
      </table>
    </div>
    <h2>Public methods</h2>
<a name="getMyFoo(Foo)"></a>
    <div class="api apilevel-" data-version-added="">
      <h3 class="api-name">getMyFoo</h3>
      <pre class="api-signature no-pretty-print"><span class="keyword">public</span> <a href="Foo.html#"><span class="identifier">Foo</span></a> <span class="identifier">getMyFoo</span><span class="symbol">(</span><a href="Foo.html#"><span class="identifier">Foo</span></a> <span class="identifier">input</span><span class="symbol">)</span></pre>
      <table class="responsive">
        <tbody>
          <tr>
            <th colspan="2">Parameters</th>
          </tr>
          <tr>
            <td><code>input</code></td>
            <td><a href="Foo.html#"><span class="identifier">Foo</span></a><span class="symbol">:</span> The best foo you can find</td>
          </tr>
        </tbody>
      </table>
      <table class="responsive">
        <tbody>
          <tr>
            <th colspan="2">Return</th>
          </tr>
          <tr>
            <td><code><a href="Foo.html#"><span class="identifier">Foo</span></a></code></td>
            <td>Another spectacular Foo for you to use.</td>
          </tr>
        </tbody>
      </table>
    </div>
<a name="getMyList(java.util.HashSet)"></a>
    <div class="api apilevel-" data-version-added="">
      <h3 class="api-name">getMyList</h3>
      <pre class="api-signature no-pretty-print"><span class="keyword">public</span> <a href="http://docs.oracle.com/javase/6/docs/api/java/util/ArrayList.html"><span class="identifier">java.util.ArrayList</span></a><span class="symbol">&lt;</span><span class="identifier">java.lang.String</span><span class="symbol">&gt;</span> <span class="identifier">getMyList</span><span class="symbol">(</span><a href="http://docs.oracle.com/javase/6/docs/api/java/util/HashSet.html"><span class="identifier">java.util.HashSet</span></a> <span class="identifier">input</span><span class="symbol">)</span></pre>
      <table class="responsive">
        <tbody>
          <tr>
            <th colspan="2">Parameters</th>
          </tr>
          <tr>
            <td><code>input</code></td>
            <td><a href="http://docs.oracle.com/javase/6/docs/api/java/util/HashSet.html"><span class="identifier">java.util.HashSet</span></a><span class="symbol">:</span> The best set you can afford.</td>
          </tr>
        </tbody>
      </table>
      <table class="responsive">
        <tbody>
          <tr>
            <th colspan="2">Return</th>
          </tr>
          <tr>
            <td><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/ArrayList.html"><span class="identifier">java.util.ArrayList</span></a><span class="symbol">&lt;</span><span class="identifier">java.lang.String</span><span class="symbol">&gt;</span></code></td>
            <td></td>
          </tr>
        </tbody>
      </table>
    </div>
<a name="isFunAvailable()"></a>
    <div class="api apilevel-" data-version-added="">
      <h3 class="api-name">isFunAvailable</h3>
      <pre class="api-signature no-pretty-print"><span class="keyword">public</span> <span class="identifier">boolean</span> <span class="identifier">isFunAvailable</span><span class="symbol">(</span><span class="symbol">)</span></pre>
      <table class="responsive">
        <tbody>
          <tr>
            <th colspan="2">Return</th>
          </tr>
          <tr>
            <td><code><span class="identifier">boolean</span></code></td>
            <td><code>true</code> if the fun mode available, <code>false</code> otherwise.</td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>