Uses of Interface
com.sun.grizzly.util.Copyable

Packages that use Copyable
com.sun.grizzly.util   
 

Uses of Copyable in com.sun.grizzly.util
 

Methods in com.sun.grizzly.util with type parameters of type Copyable
static
<T extends Copyable>
T
Cloner.clone(T pattern)
          Method creates a clone of given object pattern Pattern parameter should implement Copyable interface
 

Methods in com.sun.grizzly.util with parameters of type Copyable
 void Copyable.copyTo(Copyable copy)
          Copies current object content to copy object
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.