|
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(Object root,
Class<T> type,
String... packagePrefixes)
This works analogous to DeepCloneTestUtils.getAllReferencedObjects(Object, String...) but allows to limit
the results to a certain type. |
|
static IdentityHashSet<Object> |
DeepCloneTestUtils.getAllReferencedObjects(Object root,
String... packagePrefixes)
Get all objects an object references. |
|
|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||