mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-10 03:56:11 +00:00
Add generic Javadoc parameter
This commit is contained in:
parent
97acf62091
commit
acec0349ef
@ -25,6 +25,7 @@ import org.apache.commons.collections4.Predicate;
|
|||||||
* Predicate implementation that returns true if the input is the same object
|
* Predicate implementation that returns true if the input is the same object
|
||||||
* as the one stored in this predicate by equals.
|
* as the one stored in this predicate by equals.
|
||||||
*
|
*
|
||||||
|
* @param <T> the type of the input to the predicate.
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
*/
|
*/
|
||||||
public final class EqualPredicate<T> implements Predicate<T>, Serializable {
|
public final class EqualPredicate<T> implements Predicate<T>, Serializable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user