Interface Compatible


public interface Compatible
Compatibility layer.

Allows to use advanced functionality if the latest JDK or Guava version is present.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Creates the implementation of Compatible suitable for the current environment.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Compatible
     
  • Method Summary

    Modifier and Type
    Method
    Description
    lookupPrivate(Class<T> clazz)
    Same as MethodHandles#privateLookupIn().