| Package | Description |
|---|---|
| java.util |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| Modifier and Type | Method and Description |
|---|---|
EnumMap<K,V> |
EnumMap.clone()
Returns a shallow copy of this enum map.
|
| Constructor and Description |
|---|
EnumMap(EnumMap<K,? extends V> m)
Creates an enum map with the same key type as the specified enum
map, initially containing the same mappings (if any).
|
Copyright © 2017 API Design. All Rights Reserved.