Package net.sf.eBus.util
Class MultiKey4<K1,K2,K3,K4>
- java.lang.Object
 - 
- net.sf.eBus.util.MultiKey
 - 
- net.sf.eBus.util.MultiKey4<K1,K2,K3,K4>
 
 
 
- 
- Type Parameters:
 K1- The first key.K2- The second key.K3- The third key.K4- The fourth key.
- All Implemented Interfaces:
 java.lang.Comparable<MultiKey>
public class MultiKey4<K1,K2,K3,K4> extends MultiKey
ThisMultiKeysubclass uses generics to guarantee key type and order.MultiKeyis unable to provide this type safety.- Author:
 - Charles Rapp