public class ForwardingCatalog extends com.google.common.collect.ForwardingObject implements com.google.common.base.Function<CatalogQuery,URI>
| Constructor and Description |
|---|
ForwardingCatalog(com.google.common.base.Function<CatalogQuery,URI> delegate) |
| Modifier and Type | Method and Description |
|---|---|
URI |
apply(CatalogQuery query) |
protected com.google.common.base.Function<CatalogQuery,URI> |
delegate() |
boolean |
equals(Object o) |
int |
hashCode() |
public ForwardingCatalog(com.google.common.base.Function<CatalogQuery,URI> delegate)
protected com.google.common.base.Function<CatalogQuery,URI> delegate()
delegate in class com.google.common.collect.ForwardingObjectpublic URI apply(CatalogQuery query)
apply in interface com.google.common.base.Function<CatalogQuery,URI>public boolean equals(Object o)
equals in interface com.google.common.base.Function<CatalogQuery,URI>equals in class ObjectCopyright © 2009-2012 TranceCode. All Rights Reserved.