Cloner ====== .. java:package:: se.sics.kompics.config :noindex: .. java:type:: public interface Cloner :author: Lars Kroll Methods ------- clone ^^^^^ .. java:method:: public Object clone(Object o) :outertype: Cloner Clones the given object and returns the copy. Use for custom value cloning logic. :param o: Source object :return: Copy of the source