Class OpaqueKey


  • public class OpaqueKey
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OpaqueKey​(java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T getValue()  
      • Methods inherited from class java.lang.Object

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

      • OpaqueKey

        public OpaqueKey​(java.lang.Object value)
    • Method Detail

      • getValue

        public <T> T getValue()