private bool CorrectType()
 {
     return(_types == null || ArrayUtils.contains(_types, Cursor.type()));
 }