/**
  * This method returns wether the given value is the native or wrapper type of the class or not.
  *
  * @return boolean
  */
 public static function isType($value)
 {
     return AbstractArray::isType($value);
 }