equal
deleted
inserted
replaced
136 * false otherwise. |
136 * false otherwise. |
137 */ |
137 */ |
138 boolean isAbstract(); |
138 boolean isAbstract(); |
139 |
139 |
140 /** |
140 /** |
|
141 * Determine if this method is a default method |
|
142 * |
|
143 * @return <code>true</code> if the method is declared default; |
|
144 * false otherwise |
|
145 * |
|
146 * @since 1.8 |
|
147 */ |
|
148 boolean isDefault(); |
|
149 |
|
150 /** |
141 * Determine if this method is synchronized. |
151 * Determine if this method is synchronized. |
142 * |
152 * |
143 * @return <code>true</code> if the method is declared synchronized; |
153 * @return <code>true</code> if the method is declared synchronized; |
144 * false otherwise. |
154 * false otherwise. |
145 */ |
155 */ |