Overriding `query` in adapter

I want to override the query method on an adapter to get some special behavior, but that method is marked as “private”, which makes me a little uneasy. Is there any problem with doing this, or some alternative approach?

What special behavior are you trying to add? That can determine better what you’d want to override in order to get what you want.