KEY - ENTRY - MAP - public class RITSCloner<KEY,ENTRY extends Identifiable<KEY>,MAP extends Map<KEY,ENTRY>> extends Object implements RegistryCloner<KEY,ENTRY,MAP>
| Constructor and Description |
|---|
RITSCloner() |
| Modifier and Type | Method and Description |
|---|---|
ENTRY |
deepCloneEntry(ENTRY entry) |
Map<KEY,ENTRY> |
deepCloneMap(Map<KEY,ENTRY> map) |
MAP |
deepCloneRegistryMap(MAP map) |
public MAP deepCloneRegistryMap(MAP map) throws CouldNotPerformException
deepCloneRegistryMap in interface RegistryCloner<KEY,ENTRY extends Identifiable<KEY>,MAP extends Map<KEY,ENTRY>>CouldNotPerformExceptionpublic Map<KEY,ENTRY> deepCloneMap(Map<KEY,ENTRY> map) throws CouldNotPerformException
deepCloneMap in interface RegistryCloner<KEY,ENTRY extends Identifiable<KEY>,MAP extends Map<KEY,ENTRY>>CouldNotPerformExceptionpublic ENTRY deepCloneEntry(ENTRY entry) throws CouldNotPerformException
deepCloneEntry in interface RegistryCloner<KEY,ENTRY extends Identifiable<KEY>,MAP extends Map<KEY,ENTRY>>CouldNotPerformExceptionCopyright © 2015–2018 openbase.org. All rights reserved.