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