JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.jruby.util.collections
Interface ClassValueCalculator<T>
public interface
ClassValueCalculator<T>
Calculate a value based on an incoming class. Used by ClassValue.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
computeValue
(
Class
<?> cls)
Method Details
computeValue
T
computeValue
(
Class
<?> cls)