Skip to main content

Combination<T,M>

Package: velox.api.layer1.providers.data

Type: Class

Inheritance: java.lang.Object → velox.api.layer1.providers.data.Combination<T,M>

Description​

Similar to std::pair in C++.

Type Parameters:

  • T -
  • M -

Fields​

first​

public final T first

second​

public final M second

Constructors​

Combination​

public Combination(T first, M second)

Methods​

equals​

public boolean equals(Object o)

Overrides: equals in class Object

hashCode​

public int hashCode()

Overrides: hashCode in class Object


Methods inherited from class java.lang.Object:

  • clone()
  • finalize()
  • getClass()
  • notify()
  • notifyAll()
  • toString()
  • wait()
  • wait(long)
  • wait(long, int)