|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentityHashSet | |
---|---|
edu.tum.cs.commons.collections | Extensions to the Java collections. |
edu.tum.cs.commons.test | Utilities for unit tests. |
Uses of IdentityHashSet in edu.tum.cs.commons.collections |
---|
Methods in edu.tum.cs.commons.collections that return IdentityHashSet | |
---|---|
IdentityHashSet<E> |
IdentityHashSet.clone()
Returns a shallow copy of this IdentityHashSet instance: the elements themselves are not cloned. |
Uses of IdentityHashSet in edu.tum.cs.commons.test |
---|
Methods in edu.tum.cs.commons.test that return IdentityHashSet | ||
---|---|---|
static
|
DeepCloneTestUtils.getAllReferencedObjects(java.lang.Object root,
java.lang.Class<T> type,
java.lang.String... packagePrefixes)
This works analogous to DeepCloneTestUtils.getAllReferencedObjects(Object, String...) but allows to limit
the results to a certain type. |
|
static IdentityHashSet<java.lang.Object> |
DeepCloneTestUtils.getAllReferencedObjects(java.lang.Object root,
java.lang.String... packagePrefixes)
Get all objects an object references. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |