package commons.collections.interfaces;
public interface Sized
{

int size ();

long signs ();
}
