pub trait HashCode {
// Required method
fn hash_code(&self) -> i32;
}
Expand description
The hashCode
function on all Java Objects
pub trait HashCode {
// Required method
fn hash_code(&self) -> i32;
}
The hashCode
function on all Java Objects