ImmutableCharDoubleMapFactoryImplpublic interface ImmutableCharDoubleMapFactory
ImmutableCharDoubleMap.
 This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description | 
|---|---|---|
| ImmutableCharDoubleMap | empty() | |
| ImmutableCharDoubleMap | of() | Same as  empty(). | 
| ImmutableCharDoubleMap | of(char key,
  double value) | Same as  with(char, double). | 
| ImmutableCharDoubleMap | ofAll(CharDoubleMap map) | Same as  withAll(CharDoubleMap). | 
| ImmutableCharDoubleMap | with() | Same as  empty(). | 
| ImmutableCharDoubleMap | with(char key,
    double value) | |
| ImmutableCharDoubleMap | withAll(CharDoubleMap map) | 
ImmutableCharDoubleMap empty()
ImmutableCharDoubleMap of()
empty().ImmutableCharDoubleMap with()
empty().ImmutableCharDoubleMap of(char key, double value)
with(char, double).ImmutableCharDoubleMap with(char key, double value)
ImmutableCharDoubleMap ofAll(CharDoubleMap map)
withAll(CharDoubleMap).ImmutableCharDoubleMap withAll(CharDoubleMap map)
Copyright © 2004–2017. All rights reserved.