Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.functor.core.collection Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
FilteredIterableAdds a fluent filtering API to any Iterable.Classorg.apache.commons.functor.core.collectionApache Commons
FilteredIteratorIterator that filters another Iterator by only passing through those elements that are matched by a specified Predicate.Classorg.apache.commons.functor.core.collectionApache Commons
IsElementOfA BinaryPredicate that checks to see if the specified object is an element of the specifiedClassorg.apache.commons.functor.core.collectionApache Commons
IsEmptyA Predicate that checks to see if the specified object is empty.Classorg.apache.commons.functor.core.collectionApache Commons
SizeReturns the size of the specified Collection, or the length of the specified array or String.Classorg.apache.commons.functor.core.collectionApache Commons
TransformedIteratorIterator that transforms another Iterator by applying a Function to each returned element.Classorg.apache.commons.functor.core.collectionApache Commons