Package org.eclipse.core.expressions
Interface ICountable
-
public interface ICountable
Objects that are adaptable toICountable
can 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 int
count()
Returns the number of elements.
-