Class PairNode


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

      Constructors 
      Constructor Description
      PairNode​(pl.allegro.tech.opel.OpelNode key, pl.allegro.tech.opel.OpelNode value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.allegro.tech.opel.OpelNode getKey()  
      pl.allegro.tech.opel.OpelNode getValue()  
      java.util.concurrent.CompletableFuture<?> getValue​(EvalContext context)  
      • Methods inherited from class java.lang.Object

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

      • PairNode

        public PairNode​(pl.allegro.tech.opel.OpelNode key,
                        pl.allegro.tech.opel.OpelNode value)
    • Method Detail

      • getKey

        public pl.allegro.tech.opel.OpelNode getKey()
      • getValue

        public pl.allegro.tech.opel.OpelNode getValue()
      • getValue

        public java.util.concurrent.CompletableFuture<?> getValue​(EvalContext context)