Class Combination<T,​M>

java.lang.Object
velox.api.layer1.providers.data.Combination<T,​M>
Type Parameters:
T -
M -

public class Combination<T,​M>
extends java.lang.Object
Similar to std::pair in C++.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    T first  
    M second  
  • Constructor Summary

    Constructors 
    Constructor Description
    Combination​(T first, M second)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object