com.sun.grizzly.util
Interface Copyable


public interface Copyable

Copyable objects are able to copy their content to other objects of the same type

Author:
Alexey Stashok

Method Summary
 void copyTo(Copyable copy)
          Copies current object content to copy object
 

Method Detail

copyTo

void copyTo(Copyable copy)
Copies current object content to copy object

Parameters:
copy - represents target object, where current object's content will be copied


Copyright © 2009 SUN Microsystems. All Rights Reserved.