JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.aksw.commons.util.obj
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.aksw.commons.util.obj
package
org.aksw.commons.util.obj
Related Packages
Package
Description
org.aksw.commons.util
All Classes and Interfaces
Interfaces
Classes
Class
Description
Enriched
<T>
A class for annotating an 'item' with metadata of arbitrary types.
HasSelf
<T>
This interface is useful for builders of the form below, in order to hide the uncheck cast warning of
return (X)this;
.
ObjectUtils