Skip to content

Maps.Get class get() methods #47

Description

@Hellois-Barbosa

When we used Maps.Get class, if we want to get values of a map (thanks to get methods) we can just put a String in this method.

Indeed when we created a Map we can use an Object for KEYS and VALUES but for KEYS we can just get with String Object.

I think you should just replace: protected Get(String key) { ... } by protected Get(Object key) { ... }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions