| Package | Description |
|---|---|
| java.util |
| 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 © 2025 API Design. All Rights Reserved.