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.
|
Indexable |
Models any object which can act like a Javascript array, having length and a getter.
|
IndexableInt |
Models any object which acts like a Javascript array of primitive integers.
|
IndexableNumber |
Models any object which acts like a Javascript array of primitive 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.
|
Settable |
Models an object which can act like a Javascript array capable of indexed assignment.
|
SettableInt |
Models an object which can act like a Javascript array capable of indexed assignment.
|
SettableNumber |
Models an object which can act like a Javascript array capable of indexed assignment.
|
Class | Description |
---|---|
Collections |
Factory and utility methods for elemental collections.
|
Collections |
Factory and utility methods for elemental collections.
|
Timer |
A simplified, browser-safe timer class.
|
Copyright © 2018. All rights reserved.