|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterRejectException | |
---|---|
messif.buckets | Storage classes capable of holding objects . |
messif.objects.util | Various utilities for working with collections of objects. |
Uses of FilterRejectException in messif.buckets |
---|
Methods in messif.buckets that throw FilterRejectException | |
---|---|
void |
BucketFilterBeforeAdd.filterBeforeAdd(LocalAbstractObject object,
LocalBucket bucket)
Filter object before its insertion into a bucket. |
void |
BucketFilterBeforeRemove.filterBeforeRemove(LocalAbstractObject object,
LocalBucket bucket)
Filter object before its removal from a bucket. |
Uses of FilterRejectException in messif.objects.util |
---|
Methods in messif.objects.util that throw FilterRejectException | |
---|---|
GenericMatchingObjectList<E> |
AbstractObjectIterator.getMatchingObjects(ObjectMatcher<? super E> matcher)
Returns matching objects. |
GenericMatchingObjectList<E> |
AbstractObjectIterator.getMatchingObjects(ObjectMatcher<? super E> matcher,
boolean removeMatching)
Returns matching objects. |
GenericMatchingObjectList<E> |
AbstractObjectIterator.getMatchingObjects(ObjectMatcher<? super E> matcher,
boolean removeMatching,
int whoStays)
Returns matching objects. |
GenericMatchingObjectList<E> |
AbstractObjectIterator.getMatchingObjects(ObjectMatcher<? super E> matcher,
boolean removeMatching,
int[] whoStays)
Get matching objects Method returns all objects that satisfy the matching contraints specified by matcher and deletes matching objects from the bucket when required. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |