public final class DoubleKey<E,F>
extends java.lang.Object
The Double Key is useful when you have a dual key, like table + column.
It's more efficient and more robust than joining the keys together in a new string.
It has methods needed for use in a Hash Map or Set.