|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.util.MethodsToMakeDeepCopiesOfDataStructures
public class MethodsToMakeDeepCopiesOfDataStructures
Title: Methods to Make Deep Copies of Data Structures
Description: Various methods to make a deep copy data structures that are used in the framework.
Copyright: Copyright (c) 2005
Company: TU/e
Constructor Summary | |
---|---|
MethodsToMakeDeepCopiesOfDataStructures()
|
Method Summary | |
---|---|
static java.util.ArrayList |
cloneCollectionViaSerialization(java.util.Collection originalList)
|
static java.util.HashSet |
cloneHashSet(java.util.HashSet originalHash)
Make a deep copy of a HashSet that contains TreeSets that contain Integer. |
static java.util.TreeSet |
cloneTreeSet(java.util.TreeSet originalTreeSet)
Make a deep copy of a TreeSet that contains Integer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodsToMakeDeepCopiesOfDataStructures()
Method Detail |
---|
public static final java.util.HashSet cloneHashSet(java.util.HashSet originalHash)
originalHash
- - HashSet to be copied.
public static final java.util.TreeSet cloneTreeSet(java.util.TreeSet originalTreeSet)
originalTreeSet
- - TreeSet to be copied.
public static final java.util.ArrayList cloneCollectionViaSerialization(java.util.Collection originalList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |