JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Search
Help
net.thevpc.common.collections
CollectionFilter
Contents
Description
Method Summary
Method Details
accept(A, int, Collection)
Hide sidebar
Show sidebar
Interface CollectionFilter<
A
>
public interface
CollectionFilter<A>
Created by vpc on 8/15/14.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
accept
(
A
a, int baseIndex,
Collection
<
A
> list)
Method Details
accept
boolean
accept
(
A
a, int baseIndex,
Collection
<
A
> list)