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)