Returns the class object which is associated with this object, this is the class of the current object. @return The current class object. @since 2016/02/08
()
| 94 | * @since 2016/02/08 |
| 95 | */ |
| 96 | public final Class<?> getClass() |
| 97 | { |
| 98 | return ObjectAccess.classOf(this); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Calculates the hash code for this object. |