JXTA

Uses of Interface
net.jxta.impl.peergroup.CompatibilityEquater

Packages that use CompatibilityEquater
net.jxta.impl.loader An implementation of JxtaLoader for use by the standard peer group implementations. 
 

Uses of CompatibilityEquater in net.jxta.impl.loader
 

Constructors in net.jxta.impl.loader with parameters of type CompatibilityEquater
RefJxtaLoader(URL[] urls, ClassLoader parent, CompatibilityEquater equator)
          Construct a new loader for the specified URLS with the specified parent loader and specified compatibility equator.
RefJxtaLoader(URL[] urls, CompatibilityEquater equator)
          Construct a new loader for the specified URLS with the default parent loader and specified compatibility equator.
 


JXSE