Uses of Class
messif.objects.util.GenericMatchingObjectList

Packages that use GenericMatchingObjectList
messif.objects.util Various utilities for working with collections of objects. 
 

Uses of GenericMatchingObjectList in messif.objects.util
 

Methods in messif.objects.util that return GenericMatchingObjectList
 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.