1: package com.teamkonzept.lib; 2: 3: public interface TKHashable { 4: 5: TKHashtable toHashtable(); 6: }