public static final class StreamUtils.Pair<T1,T2> extends Object
Pair(T1 k, T2 v)
boolean
equals(Object obj)
T1
getK()
T2
getV()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T1 k, T2 v)
public T1 getK()
public T2 getV()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2021 JBoss by Red Hat. All rights reserved.