| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysInvalidQueryList<T>
A
QueryList that always throws InvalidQueryListException. |
class |
SimpleQueryList<T>
|
class |
WindowQueryList<T>
QueryList implementation that only actually holds a portion, or "window" of a larger list. |
| Modifier and Type | Method and Description |
|---|---|
protected QueryList<T> |
AbstractUnsizedContainer.query(long hint) |
protected abstract QueryList<? extends T> |
AbstractQueryContainer.query(long hint)
Perform a query to (re)generate the list of Java objects backing this container.
|
Copyright © 2017. All rights reserved.