class SecureChannelList extends LinkedList{ SecureChannelList(){ super(); } } class C { SecureChannelList cs; ... }