elemental.util.
Package elemental.util
-
Interface Summary 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
toString
.MapFromStringTo<V> A lightweight map from
String
to any object type.MapFromStringToBoolean A lightweight map from
String
toboolean
types.MapFromStringToInt A lightweight map from
String
toint
.MapFromStringToNumber A lightweight map from
String
todouble
.MapFromStringToString Mappable An object which can act like a Javascript object with String keys.