My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
package jconch.multikey;

/**
* @author Robert Fischer, <a href="http://www.smokejumperit.com">Smokejumper Consulting</a>
*/
public class SimpleTriKey<KEY_T> extends TriKey<KEY_T, KEY_T, KEY_T> {
public SimpleTriKey(KEY_T key1, KEY_T key2, KEY_T key3) {
super(key1, key2, key3);
}
}
Show details Hide details

Change log

r104 by robert.f...@SmokejumperIT.com on Mar 14, 2008   Diff
Upgrading to IntelliJ and adding in the
MultiKey stuff.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 301 bytes, 10 lines
Hosted by Google Code