Class MergeRegisterKey.MergeResult<V>

  • Enclosing class:
    MergeRegisterKey<V>

    public static class MergeRegisterKey.MergeResult<V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MergeResult​(boolean merged, V value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V getValue()  
      boolean isMerged()  
      • Methods inherited from class java.lang.Object

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

      • MergeResult

        public MergeResult​(boolean merged,
                           V value)
    • Method Detail

      • isMerged

        public boolean isMerged()
      • getValue

        public V getValue()