Searched defs:initialValue (Results 1 – 3 of 3) sorted by relevance
37 private val initialValue: Any? constant47 override fun initialValue(requireConstant: Boolean): Any? { in type() method118 val initialValue = null // compute lazily in toString() constant
70 override fun initialValue(requireConstant: Boolean): Any? = constantValue in hashCode() method
128 public Bitmask(int nBits, boolean initialValue) { in Bitmask()