RectRecycler

Created by svennahler on 17.09.16.

object RectRecycler

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
obtain
Link copied to clipboard
fun obtain(): <ERROR CLASS>
fun obtain(r: <ERROR CLASS>): <ERROR CLASS>
fun obtain(left: Int, top: Int, right: Int, bottom: Int): <ERROR CLASS>
recycle
Link copied to clipboard
fun recycle(rect: <ERROR CLASS>)
fun recycle(rect: <ERROR CLASS>)
toString
Link copied to clipboard
open override fun toString(): String