Interface IValues<T>
Defines the base interface for values
Implements
Namespace:
Assembly: .dll
Syntax
public interface IValues<T> extends ICleanable
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
getValuesType()
Get type of values
Declaration
public abstract Class<T> getValuesType()
Returns
| Type | Description |
|---|---|
| Class<T> | Type of values |
size()
Gets the size of values
Declaration
public abstract int size()
Returns
| Type | Description |
|---|---|
| int | The size of values |