bitronix.tm.utils
Class CollectionUtils
java.lang.Object
bitronix.tm.utils.CollectionUtils
public class CollectionUtils
- extends Object
Collection
helper functions.
- Author:
- lorban
Method Summary |
static boolean |
containsByIdentity(Collection<?> collection,
Object toBeFound)
Check if a collection contains a specific object by searching for it by identity
instead of by using equals/hashcode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionUtils
public CollectionUtils()
containsByIdentity
public static boolean containsByIdentity(Collection<?> collection,
Object toBeFound)
- Check if a collection contains a specific object by searching for it by identity
instead of by using equals/hashcode.
- Parameters:
collection
- the collection to search in.toBeFound
- the object to search for.
- Returns:
- true if the collection contains the object, false otherwise.
Copyright © 2006-2013 Bitronix Software. All Rights Reserved.