Package org.eclipse.core.expressions
Interface ICountable
-
public interface ICountableObjects that are adaptable toICountablecan be used as the default variable in a count expression.- Since:
- 3.3
- See Also:
IAdaptable,IAdapterManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcount()Returns the number of elements.
-