|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Search | |
---|---|
jxl.search | Search is a simple, and powerful interface to the idea of object searching. |
jxl.vague | Vague persists simple or nested bean property data without requiring a bean implementation. |
Uses of Search in jxl.search |
---|
Subinterfaces of Search in jxl.search | |
---|---|
interface |
LimitedSearch<T>
|
Methods in jxl.search that return Search | ||
---|---|---|
static
|
SearchUtils.asEqualitySearch(T subject)
|
|
static
|
SearchUtils.asTypeOnlySearch(java.lang.Class<T> type)
|
Methods in jxl.search with parameters of type Search | ||
---|---|---|
static
|
SearchUtils.asSingleLimited(Search<T> s)
|
|
static
|
SearchUtils.asUnlimitedSearch(Search<T> s)
|
|
E |
SearchableList.findObject(Search<E> s)
|
|
T |
CollectionSearcher.findObject(Search<T> s)
|
|
T |
Searchable.findObject(Search<T> s)
|
|
java.util.Collection<E> |
SearchableList.findObjects(Search<E> s)
|
|
java.util.Collection<T> |
CollectionSearcher.findObjects(Search<T> s)
|
|
java.util.Collection<T> |
Searchable.findObjects(Search<T> s)
|
|
java.util.Collection<E> |
SearchableList.remove(Search<E> remove)
|
|
java.util.Collection<T> |
CollectionSearcher.removeObjects(Search<T> s)
|
|
java.util.Collection<T> |
Removable.removeObjects(Search<T> s)
|
Uses of Search in jxl.vague |
---|
Methods in jxl.vague with parameters of type Search | |
---|---|
V |
VagueContext.findObject(Search<V> s)
|
java.util.Collection<V> |
VagueContext.findObjects(Search<V> s)
|
int |
VagueContext.removeObjects(Search<V> s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |