public class ORawPair<V1,V2> extends Object
V1
first
V2
second
ORawPair(V1 first, V2 second)
boolean
equals(Object o)
getFirst()
getSecond()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final V1 first
public final V2 second
public ORawPair(V1 first, V2 second)
public V1 getFirst()
public V2 getSecond()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2009–2025 OrientDB. All rights reserved.