Interface | Description |
---|---|
ArrayOf<T> |
A lightweight array of homogeneous Object values.
|
ArrayOfBoolean |
A lightweight array of booleans.
|
ArrayOfInt |
A lightweight array of integers.
|
ArrayOfNumber |
A lightweight array of numbers.
|
ArrayOfString |
A lightweight array of Strings.
|
CanCompare<T> |
A comparison function which imposes total ordering on a set of objects.
|
CanCompareInt |
A comparison function which imposes total ordering on a set of integers.
|
CanCompareNumber |
A comparison function which imposes total ordering on a set of numbers.
|
CanCompareString |
A comparison function which imposes total ordering on a set of numbers.
|
MapFromIntTo<V> |
A lightweight map from
int to objects. |
MapFromIntToString |
A lightweight map from
int to String . |
MapFromStringTo<V> |
A lightweight map from
String to any object type. |
MapFromStringToBoolean |
A lightweight map from
String to boolean types. |
MapFromStringToInt |
A lightweight map from
String to int . |
MapFromStringToNumber |
A lightweight map from
String to double . |
MapFromStringToString | |
Mappable |
An object which can act like a Javascript object with String keys.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.