T
public final class Row<T> extends Object
RowList
Rows are defined with a hashcode and equals based on their contained values, and are immutable. They interact with the information theory calculations via the equals method.
boolean
equals(Object other)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.