|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbitronix.tm.utils.CollectionUtils
public class CollectionUtils
Collection helper functions.
| Constructor Summary | |
|---|---|
CollectionUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
containsByIdentity(java.util.Collection<?> collection,
java.lang.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 |
| Constructor Detail |
|---|
public CollectionUtils()
| Method Detail |
|---|
public static boolean containsByIdentity(java.util.Collection<?> collection,
java.lang.Object toBeFound)
collection - the collection to search in.toBeFound - the object to search for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||