public class CoupleKey<K1,K2> extends Object
CoupleKey()
CoupleKey(K1 key1, K2 key2)
boolean
equals(Object obj)
K1
getKey1()
K2
getKey2()
int
hashCode()
void
setKey1(K1 key1)
setKey2(K2 key2)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public CoupleKey()
public CoupleKey(K1 key1, K2 key2)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public K1 getKey1()
public void setKey1(K1 key1)
public K2 getKey2()
public void setKey2(K2 key2)
Copyright © 2015 JessMA Open Source. All rights reserved.