1 2 3 4 5 6 7 8
package jrummikub.model; /** * Interface for the {@link Hand} model */ public interface IHand extends IStoneTray<Stone> { }