Class Java8Compatibility


  • final class Java8Compatibility
    extends java.lang.Object
    Wrappers around Buffer methods that are covariantly overridden in Java 9+. See https://github.com/google/guava/issues/3990
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Java8Compatibility()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void clear​(java.nio.Buffer b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Java8Compatibility

        private Java8Compatibility()
    • Method Detail

      • clear

        static void clear​(java.nio.Buffer b)