Package com.vaadin.client.flow.collection
-
Interface Summary Interface Description JsCollections.ForEachCallback<V> JsMap.ForEachCallback<K,V> Functional interface for iterating all the entries in aJsMap.JsWeakMap<K,V> Native JS WeakMap interface with an alternative implementation for JRE usage. -
Class Summary Class Description JsArray<T> Native JS Array interface with an alternative implementation for JRE usage.JsCollections Factory for JavaScript collection implementations with support for alternative JRE implementations.JsMap<K,V> Native JS Map interface with an alternative implementation for JRE usage.JsSet<V> Native JS Set interface with an alternative implementation for JRE usage.