hashCode

open fun hashCode(value: Int): Int
open fun hashCode(value: Int, accumulator: Int): Int
open fun hashCode(value: Float): Int
open fun hashCode(value: Float, accumulator: Int): Int
open fun hashCode(object: Any, accumulator: Int): Int
open fun hashCode(value: Boolean, accumulator: Int): Int
open fun hashCode(value: Boolean): Int