scala.runtime

EmptyMethodCache

class EmptyMethodCache extends MethodCache

attributes: final

Inherits

  1. MethodCache
  2. AnyRef
  3. Any

Value Members

  1. def add(forReceiver: java.lang.Class[_], forMethod: Method): MethodCache

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def find(forReceiver: java.lang.Class[_]): Method

    Searches for a cached method in the MethodCache chain that is compatible with receiver class "forReceiver"

  4. def hashCode(): Int

    Returns a hash code value for the object

  5. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new EmptyMethodCache()