public class Tuple<A,B> extends Object
(package private) A
key
(package private) B
value
Tuple(A key, B value)
boolean
equals(Object other)
A
getKey()
B
getValue()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
final A key
final B value
public Tuple(A key, B value)
public A getKey()
public B getValue()
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
Copyright © 2024 Apache NiFi Project. All rights reserved.