Package org.apache.calcite.util
Interface Compatible
public interface Compatible
Compatibility layer.
 
Allows to use advanced functionality if the latest JDK or Guava version is present.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classCreates the implementation of Compatible suitable for the current environment.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionlookupPrivate(Class<T> clazz) Same asMethodHandles#privateLookupIn().
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
lookupPrivateSame asMethodHandles#privateLookupIn(). (On JDK 8, onlyMethodHandles.lookup()is available.
 
-