ImmutableByteByteMapFactorypublic class ImmutableByteByteMapFactoryImpl extends Object implements ImmutableByteByteMapFactory
ImmutableByteByteMap.
 This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor | Description | 
|---|---|
| ImmutableByteByteMapFactoryImpl() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ImmutableByteByteMap | empty() | |
| ImmutableByteByteMap | of() | Same as  ImmutableByteByteMapFactory.empty(). | 
| ImmutableByteByteMap | of(byte key,
  byte value) | |
| ImmutableByteByteMap | ofAll(ByteByteMap map) | |
| ImmutableByteByteMap | with() | Same as  ImmutableByteByteMapFactory.empty(). | 
| ImmutableByteByteMap | with(byte key,
    byte value) | |
| ImmutableByteByteMap | withAll(ByteByteMap map) | 
public ImmutableByteByteMap empty()
empty in interface ImmutableByteByteMapFactorypublic ImmutableByteByteMap of()
ImmutableByteByteMapFactoryImmutableByteByteMapFactory.empty().of in interface ImmutableByteByteMapFactorypublic ImmutableByteByteMap with()
ImmutableByteByteMapFactoryImmutableByteByteMapFactory.empty().with in interface ImmutableByteByteMapFactorypublic ImmutableByteByteMap of(byte key, byte value)
ImmutableByteByteMapFactoryof in interface ImmutableByteByteMapFactorypublic ImmutableByteByteMap with(byte key, byte value)
with in interface ImmutableByteByteMapFactorypublic ImmutableByteByteMap ofAll(ByteByteMap map)
ImmutableByteByteMapFactoryofAll in interface ImmutableByteByteMapFactorypublic ImmutableByteByteMap withAll(ByteByteMap map)
withAll in interface ImmutableByteByteMapFactoryCopyright © 2004–2017. All rights reserved.