Package com.vaadin.client.flow.collection


package com.vaadin.client.flow.collection
  • Class
    Description
    Native JS Array interface with an alternative implementation for JRE usage.
    Factory for JavaScript collection implementations with support for alternative JRE implementations.
    Functional interface for iterating all the entries in a JsSet or JsArray.
    JsMap<K,V>
    Native JS Map interface with an alternative implementation for JRE usage.
    Functional interface for iterating all the entries in a JsMap.
    Native JS Set interface with an alternative implementation for JRE usage.
    Native JS WeakMap interface with an alternative implementation for JRE usage.