Package org.omnaest.utils.structure.element.filter

Interface Summary
ElementFilter<E> An ElementFilter provides a ElementFilter.filter(Object) and a ElementFilter.getFilterMode() method.
ExcludingElementFilterIndexPositionBased Filter which is based on the index position of an element within the related structure
 

Class Summary
ElementFilterIndexPositionBasedForGivenIndexes ExcludingElementFilterIndexPositionBased which filters all elements which do not have any of the given index numbers
ElementFilterNotBlank ExcludingElementFilter which filters / removes all blank elements.
ExcludingElementFilter<E> Abstract implementation of the ElementFilter which returns ElementFilter.FilterMode.EXCLUDING for the ExcludingElementFilter.getFilterMode() method
ExcludingElementFilterConstant<E> ExcludingElementFilter which removes all given elements where the constructor element equals to.
ExcludingElementFilterNotNull<E> ExcludingElementFilter which filters / removes all null elements
 

Enum Summary
ElementFilter.FilterMode Declares the behavior mode which can be ElementFilter.FilterMode.EXCLUDING or ElementFilter.FilterMode.INCLUDING
 



Copyright © 2013. All Rights Reserved.